Skip to content

Commit

Permalink
🧪🚑 Comment out covdefaults @ cov config
Browse files Browse the repository at this point in the history
When saving the coveragerc config comments, `Cython.Coverage` has been
commented out by accident, instead of `covdefaults`. This patch
corrects that.
  • Loading branch information
webknjaz committed Sep 11, 2024
1 parent 5aa61ab commit 420642e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ show_missing = true
branch = true
cover_pylib = false
plugins =
covdefaults
# Cython.Coverage
# covdefaults
Cython.Coverage
relative_files = true
source =
.
Expand Down

0 comments on commit 420642e

Please sign in to comment.