Skip to content

Commit

Permalink
Merge pull request #68 from flatironinstitute/codecov
Browse files Browse the repository at this point in the history
Codecov
  • Loading branch information
BalzaniEdoardo authored Dec 14, 2023
2 parents b524c8b + c98cfb7 commit c70d02a
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 @@ -100,7 +100,7 @@ profile = "black"
# Configure pytest
[tool.pytest.ini_options]
testpaths = ["tests"] # Specify the directory where test files are located
addopts = "--cov=src"
addopts = "--cov=src --cov-report=xml"

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit c70d02a

Please sign in to comment.