Skip to content

Commit

Permalink
tests: exclude generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Dec 8, 2023
1 parent cf6e002 commit ac0fe8e
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 @@ -85,3 +85,6 @@ log_level = "INFO"
python_files = ["tests/test_*.py"]
testpaths = ["tests"]
addopts = "-v --tb=short -rxs -W=error -n=2 --durations=0 --durations-min=1 --cov=cuvec --cov-report=term-missing --cov-report=xml"

[tool.coverage.run]
omit = ["cuvec/swvec.py", "cuvec/example_swig.py"]

0 comments on commit ac0fe8e

Please sign in to comment.