Skip to content

Commit

Permalink
fix: should use package pypots as the source, rather than tests;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed May 11, 2023
1 parent 574be2d commit 2961304
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 2961304

Please sign in to comment.