Skip to content

Commit

Permalink
Try to fix codecov by doing some path remapping in coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Jan 18, 2025
1 parent efa00ab commit b6ec8ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
branch = True
source_pkgs=rez_pip

[paths]
; Map files to src/ so that codecov is happy and can find the right paths.
source =
src
.nox/**/site-packages

[report]
exclude_also =
def __dir__
Expand Down

0 comments on commit b6ec8ed

Please sign in to comment.