Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenAstronomy/github-actions-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f891927f229e3f43a0afc35e298c10bd3e0bb035
Choose a base ref
..
head repository: OpenAstronomy/github-actions-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 430ed7e2056a338da0b1ad4ab9e83b3843d6f699
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 .github/workflows/tox.yml
1 change: 1 addition & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -237,6 +237,7 @@ jobs:
if: ${{ (success() || failure()) && contains(matrix.coverage, 'github') && matrix.pytest == 'true' }}
uses: actions/upload-artifact@v4
with:
name: .coverage.${{ matrix.os }}-${{ matrix.toxenv }}
path: .coverage.${{ matrix.os }}-${{ matrix.toxenv }}

coverage: