Skip to content

Commit

Permalink
Add coverage comment workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
annshress committed Sep 8, 2023
1 parent 8c1d7ef commit cd3b3d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 33 deletions.
10 changes: 0 additions & 10 deletions .coveragerc

This file was deleted.

21 changes: 0 additions & 21 deletions coverage.svg

This file was deleted.

12 changes: 10 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
[coverage:run]
relative_files = true
omit =
# Omit test code
test/*,
setup.py,
# Coverage wants to check adoc files for some reason
*.adoc,
# Some *.py files show up in temp directories
*/tmp/*

[coverage:report]
ignore_errors = true

[tool:pytest]
addopts =
--cov-report term-missing --cov-branch --cov-report xml --cov-report term
--cov=em_workflows -vv --strict-markers -rfE
--strict-markers
--cov=em_workflows -vv
--strict-markers -rfE

testpaths =
test/test_*
Expand Down

0 comments on commit cd3b3d1

Please sign in to comment.