Skip to content

Commit

Permalink
Bump coverage from 6.5.0 to 7.6.1 (#47)
Browse files Browse the repository at this point in the history
* Bump coverage from 6.5.0 to 7.6.1 #patch

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.6.1.
- [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.6.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: fix coveragerc

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Seamus Lowry <[email protected]>
  • Loading branch information
dependabot[bot] and seamuslowry authored Sep 1, 2024
1 parent 7c8d87f commit 908db82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[run]
omit =
*tests*
tests/*
setup.py
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.1.3
coverage==6.5.0
coverage==7.6.1

0 comments on commit 908db82

Please sign in to comment.