Skip to content

Commit

Permalink
[#9] Attempt to upload codecov report;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Aug 15, 2023
1 parent cb33a1d commit 57246bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
run: python -m coverage run --branch --source=src,data_handling,utils -m pytest ./test/
- name: Coverage report
run: coverage report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 57246bb

Please sign in to comment.