Skip to content

Commit

Permalink
Add codecov, improve pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Sep 18, 2024
1 parent 7dbf0f4 commit 05a3775
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
github_checks: false
comment: false
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ test = [
"coverage",
"freezegun",
"quarto",
"pytest-cov",
"pytest-xdist", # for parallel testing with `pytest -n`
"pytest-asyncio", # for async tests
]

[tool.coverage.run]
Expand Down

0 comments on commit 05a3775

Please sign in to comment.