Skip to content

Commit

Permalink
[#9] Attempt to set source files for unit test and produce branch rep…
Browse files Browse the repository at this point in the history
…ort;
  • Loading branch information
jlucas9 committed Aug 15, 2023
1 parent 2b8e44a commit 88115eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements_pip.txt ]; then pip install -r requirements_pip.txt; fi
- name: Test with pytest
run: python -m coverage run -m pytest ./test/
run: python -m coverage run --branch --source=data_handling,src,utils -m pytest ./test/
- name: Coverage report
run: coverage report
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 88115eb

Please sign in to comment.