Skip to content

Commit

Permalink
Don't upload to Codecov from a Pylint job
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo authored and DX-MON committed Jul 1, 2020
1 parent e544132 commit c09ff73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-gnofract4d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: xvfb-run --auto-servernum tox -e ${{ matrix.toxenv }}
- name: Upload coverage to Codecov
if: ${{ matrix.toxenv == 'py' }}
uses: codecov/[email protected]
with:
file: ./coverage.xml
Expand Down

0 comments on commit c09ff73

Please sign in to comment.