Skip to content

Commit

Permalink
Merge pull request #103 from aviolaris/dependabot/github_actions/2.0.…
Browse files Browse the repository at this point in the history
…x/codecov/codecov-action-4.5.0

Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
aviolaris authored Jul 7, 2024
2 parents d0e45d5 + dc995b1 commit dfbc3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
pytest --cov=app --cov-report=xml tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
verbose: true
env:
Expand Down

0 comments on commit dfbc3f1

Please sign in to comment.