Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.1.1 to 4.4.1 (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 70639c0 commit ad72003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
run: |
python -m pytest --junitxml=test-reports/junit.xml --cov=./ --verbose
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v4.4.1
with:
file: test-reports/junit.xml

0 comments on commit ad72003

Please sign in to comment.