Skip to content

Commit

Permalink
Merge pull request #101 from WenjieDu/dev
Browse files Browse the repository at this point in the history
Should use package `pypots` as the source for code coverage calculation, rather than `tests`
  • Loading branch information
WenjieDu committed May 11, 2023
2 parents 6e5b32c + 2961304 commit da5310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Test with pytest
run: |
coverage run --source=tests -m pytest
coverage run --source=pypots -m pytest
- name: Generate the LCOV report
run: |
Expand Down

0 comments on commit da5310c

Please sign in to comment.