Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Apr 4, 2024
1 parent 94fb07b commit d69b78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ jobs:
- name: Run tests
run: pytest -m "not a11y" --color=yes --cov --cov-report=xml
env:
COVERAGE_FILE: ".coverage.${{ matrix.python_version }}.${{ matrix.os }}"
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}.${{ matrix.os }}"
- name: Store coverage file
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python_version }}-${{ matrix.os }}
path: .coverage.${{ matrix.python_version }}.${{ matrix.os }}
name: coverage-${{ matrix.python-version }}-${{ matrix.os }}
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}
- name: Upload to Codecov
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d69b78b

Please sign in to comment.