Skip to content

Commit

Permalink
Correct files to be ignored for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Sep 27, 2021
1 parent dfb4a3c commit 126b1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ about = """
"""

[tool.coverage.run]
omit = ["micromagnetictests/tests/*"]
omit = ["micromagnetictests/tests/*", "micromagnetictests/calculatortests/*"]

0 comments on commit 126b1f1

Please sign in to comment.