Skip to content

Commit

Permalink
Merge pull request #2797 from djhoese/ci-coveralls-git-fix
Browse files Browse the repository at this point in the history
Add missing coverage configuration section to pyproject.toml
  • Loading branch information
djhoese authored May 9, 2024
2 parents 4c28f9c + 1742616 commit a2a6a10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,7 @@ convention = "google"
[tool.ruff.lint.mccabe]
# Unlike Flake8, default to a complexity level of 10.
max-complexity = 10

[tool.coverage.run]
relative_files = true
omit = ["satpy/version.py"]

0 comments on commit a2a6a10

Please sign in to comment.