Skip to content

Commit

Permalink
Merge pull request #938 from fronzbot/dependabot/pip/coverage-7.5.3
Browse files Browse the repository at this point in the history
Bump coverage from 7.5.2 to 7.5.3
  • Loading branch information
fronzbot authored May 29, 2024
2 parents 40962ce + f5d683e commit 8f9b9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
tox -r -e cov
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.3.1
with:
fail_ci_if_error: true # optional (default = false)
files: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ruff==0.4.5
black==24.4.2
build==1.2.1
coverage==7.5.2
coverage==7.5.3
pytest==8.2.1
pytest-cov==5.0.0
pytest-sugar==1.0.0
Expand Down

0 comments on commit 8f9b9eb

Please sign in to comment.