Skip to content

Commit

Permalink
ci: fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Nov 17, 2023
1 parent 44c72f2 commit 6876f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
8 changes: 3 additions & 5 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ relative_files = True
include =
*/src/design/plone/ioprenoto/*
omit =
.tox/
eggs/
test/
upgrades/
extras/
*/test*
*/upgrades/*
*/upgrades.py
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 6876f53

Please sign in to comment.