Skip to content

Commit

Permalink
Try to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Aug 31, 2023
1 parent 211190f commit 969c2de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
12 changes: 6 additions & 6 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ relative_files = True

[report]
include =
*/src/design/plone/ioprenoto/*
*/src/design/*

omit =
.tox/
eggs/
test/
upgrades/
extras/
*/.tox*
*/test*
*/upgrades/*
*/extras/*
11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ skip_missing_interpreters = True
[coverage:run]
relative_files = True

[coverage:report]
include =
*/src/design/plone/ioprenoto/*

omit =
.tox/
eggs/
test/
upgrades/
extras/

[testenv]
skip_install = true
extras =
Expand Down

0 comments on commit 969c2de

Please sign in to comment.