Skip to content

Commit

Permalink
fix codecov upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 16, 2024
1 parent d0fe513 commit f0c3978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
env:
TAXHUB_CONFIG_FILE: config/test_config.toml
- name: Upload coverage to Codecov
if: ${{ matrix.name == '11' && matrix.sqlalchemy-version == '1.4' }}
if: ${{ matrix.debian-version == '12' && matrix.sqlalchemy-version == '1.4' }}
uses: codecov/codecov-action@v3
with:
flags: pytest

0 comments on commit f0c3978

Please sign in to comment.