Skip to content

Commit

Permalink
code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathi committed Apr 12, 2024
1 parent 0b4aa24 commit ffd16ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:

- name: Generate coverage report
run: |
python -m coverage run -m unittest discover tests -v
python -m coverage xml
coverage run -m unittest discover tests
coverage report -m
working-directory: ${{ github.workspace }}/PCP/server

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit ffd16ef

Please sign in to comment.