Skip to content

Commit

Permalink
test: increase coverage report precision
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed May 16, 2024
1 parent 4202df7 commit ac4c270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
coverage-report: coverage.txt
coverage-badge: coverage.svg
coverage-branch: coverage
precision: 2

Documentation:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ omit-covered-files = false


[tool.coverage.report]
precision = 2
include = ["edsnlp/*"]
omit = [
"tests/*",
Expand Down

0 comments on commit ac4c270

Please sign in to comment.