Skip to content

Commit

Permalink
[ci] Bump nose to nose2 and adapt coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Jan 6, 2025
1 parent 9f3a717 commit 8b95689
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
branch = True

[report]
show_missing = True
4 changes: 4 additions & 0 deletions nose2.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[unittest]
test-file-pattern=Test*.py

[coverage]
always-on = True
coverage-combine= True
coverage-report = term-missing xml

0 comments on commit 8b95689

Please sign in to comment.