Skip to content

Commit

Permalink
trying to get coverage to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Feb 14, 2021
1 parent ba8c0a9 commit 8295da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Expand Up @@ -2,7 +2,7 @@
omit =
docs/*
*__init__*
relative_files = true
relative_files = True

[report]
exclude_lines =
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
parallel: true
flag-name: Unit Tests
base-path: src

coverage:
name: "Merge and upload coverage"
Expand All @@ -51,3 +52,4 @@ jobs:
uses: AndreMiras/coveralls-python-action@v20201129
with:
parallel-finished: true
base-path: src

0 comments on commit 8295da0

Please sign in to comment.