Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 21, 2022
1 parent 1c00cde commit d26280f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
# this is why we run `coverage xml` afterwards (required by codecov)

- name: Upload to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.7 && matrix.sphinx == '>=3,<4' && github.repository == 'executablebooks/MyST-NB'
if: github.repository == 'executablebooks/MyST-NB'
uses: codecov/codecov-action@v1
with:
name: myst-nb-pytests-py3.7
name: myst-nb-pytests
flags: pytests
file: ./coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit d26280f

Please sign in to comment.