Skip to content

Commit

Permalink
Merge pull request planetarypy#24 from michaelaye/main
Browse files Browse the repository at this point in the history
make cli tests show same coverage as codecov coverage
  • Loading branch information
michaelaye authored Nov 27, 2024
2 parents 081441c + 07756bd commit 9a00229
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[run]
omit =
# ignore all test modules
tests/*
source = src/planetarypy
omit =
tests/*
setup.py

[report]
exclude_lines =
pragma: no cover
def __repr__
if __name__ == .__main__.:
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ planetarypy

.. image:: https://codecov.io/gh/planetarypy/planetarypy/branch/main/graph/badge.svg
:target: https://codecov.io/gh/planetarypy/planetarypy

Core package for planetary science tools.

Warning
Expand Down

0 comments on commit 9a00229

Please sign in to comment.