Skip to content

Commit

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

Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
aviolaris authored Oct 12, 2024
2 parents 51b4bb1 + 4fdc60d commit 5b16d46
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.5.0
uses: codecov/codecov-action@v4.6.0
with:
verbose: true
env:
Expand Down

0 comments on commit 5b16d46

Please sign in to comment.