Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
cutwater committed Nov 14, 2024
1 parent 49a2753 commit 4097f85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@

[tool.ruff]
line-length = 100

[tool.coverage.run]
relative_files = true
branch = true

[tool.coverage.report]
fail_under = 95.50
precision = 2
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,3 @@ galaxy_importer =
ansible_test/container/Dockerfile
ansible_test/container/entrypoint.sh
ansible_test/container/eda/tox.ini


[coverage:report]
fail_under = 95.50
precision = 2

0 comments on commit 4097f85

Please sign in to comment.