Skip to content

Commit

Permalink
Revert change for coverage directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Jul 10, 2023
1 parent a37c1bf commit 5429e3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ jobs:
if [ ${{ inputs.test_dir }} != '' ]; then cd ${{ inputs.test_dir }}; fi
eval $PYTEST_COMMAND
- name: Show coverage
run: |
if [ ${{ inputs.test_dir }} != '' ]; then cd ${{ inputs.test_dir }}; fi
coverage report -m
run: coverage report -m
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 5429e3c

Please sign in to comment.