Skip to content

Commit

Permalink
Back to .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 18, 2024
1 parent e3878e1 commit faaa6f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
run]
source = ralph
branch = 1

[report]
omit = *migrations*,*tests*,*__init__*,*wsgi.py,*__main__*,*settings*,*manage.py
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
requires = ["setuptools<66.0"]
build-backend = "setuptools.build_meta"

[tools.coverage.run]
source = ["ralph"]
branch = 1

[tools.coverage.report]
omit = "*migrations*,*tests*,*__init__*,*wsgi.py,*__main__*,*settings*,*manage.py"

[project]
name = "Ralph"
version = "20241127.1"
Expand Down

0 comments on commit faaa6f6

Please sign in to comment.