Skip to content

Commit

Permalink
use codecov action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 17, 2024
1 parent 4ed09b8 commit f67d2b9
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 @@ -102,7 +102,7 @@ jobs:
TAXHUB_CONFIG_FILE: config/test_config.toml
- name: Upload coverage to Codecov
if: ${{ matrix.debian-version == '12' && matrix.sqlalchemy-version == '1.4' }}
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
flags: pytest
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f67d2b9

Please sign in to comment.