Skip to content

Commit 4f03814

Browse files
committed
updated for code coverage
1 parent 1abcf85 commit 4f03814

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
- name: Test with pytest
3131
run: |
3232
pytest
33+
- name: Generate test coverage
34+
run: |
35+
py.test --cov-report term --cov=nyoka/
36+
codecov

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ ignore:
44
- "nyoka/build.py"
55
- "nyoka/PMML44.py"
66
- "nyoka/PMML44Super.py"
7+
- "nyoka/base/"

0 commit comments

Comments
 (0)