Skip to content

Commit

Permalink
try removing codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 6, 2020
1 parent 2b48784 commit c43db53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Expand Up @@ -42,14 +42,14 @@ jobs:
- name: Run pytest
run: |
pytest --durations=10 --cov=myst_nb --cov-report xml --cov-report=term-missing
- name: Upload to Codecov
if: matrix.python-version == 3.7 && github.repository == 'ExecutableBookProject/MyST-NB'
uses: codecov/codecov-action@v1
with:
name: myst-nb-pytests-py3.7
flags: pytests
file: ./coverage.xml
fail_ci_if_error: true
# - name: Upload to Codecov
# if: matrix.python-version == 3.7 && github.repository == 'ExecutableBookProject/MyST-NB'
# uses: codecov/codecov-action@v1
# with:
# name: myst-nb-pytests-py3.7
# flags: pytests
# file: ./coverage.xml
# fail_ci_if_error: true

publish:

Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -60,7 +60,6 @@
"pytest-cov~=2.8",
"coverage<5.0",
"pytest-regressions",
"beautifulsoup4",
"matplotlib",
"numpy",
"sympy",
Expand Down

0 comments on commit c43db53

Please sign in to comment.