Skip to content

Commit 3727f1d

Browse files
Bump coverage from 6.5.0 to 7.2.3 (safe-global#499)
* Bump coverage from 6.5.0 to 7.2.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.2.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@6.5.0...7.2.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Ignore coveralls issues --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Uxio Fuentefria <[email protected]>
1 parent 80b0086 commit 3727f1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
- name: Test packaging
7777
run: pip install -e .
7878
- name: Send results to coveralls
79+
# Ignore coveralls issues
80+
continue-on-error: true
7981
run: coveralls --service=github
8082
env:
8183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required for coveralls

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
coverage==6.5.0
2+
coverage==7.2.3
33
faker==18.3.2
44
pytest==7.3.0
55
pytest-django==4.5.2

0 commit comments

Comments
 (0)