Skip to content

Commit

Permalink
Try moving back to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 6, 2020
1 parent c43db53 commit d970517
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -41,7 +41,13 @@ jobs:
pip install -e .[testing]
- name: Run pytest
run: |
pytest --durations=10 --cov=myst_nb --cov-report xml --cov-report=term-missing
pytest --durations=10 --cov=myst_nb --cov-report=xml --cov-report=term-missing
- name: Upload to coveralls
run: |
pip install coveralls
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_KEY }}
# - name: Upload to Codecov
# if: matrix.python-version == 3.7 && github.repository == 'ExecutableBookProject/MyST-NB'
# uses: codecov/codecov-action@v1
Expand Down

0 comments on commit d970517

Please sign in to comment.