Skip to content

Commit

Permalink
chore: omit Snakefile for coverage calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 21, 2023
1 parent bd77ad0 commit 9fac5f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ coverage = "^7.3.1"
pytest = "^7.4.2"
snakemake = {git = "https://github.com/snakemake/snakemake.git"}

[tool.coverage.run]
omit = [".*", "*/site-packages/*", "Snakefile"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 9fac5f1

Please sign in to comment.