Skip to content

Commit

Permalink
⬆️ test & coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 18, 2021
1 parent 4f2686a commit e323b06
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ jobs:
- name: Test with pytest
run: |
pytest --cov-config=.coveragerc --cov=xml
codecov
pytest --cov-config=.coveragerc --cov=./ --cov-report=xml
- name: codecov
uses: codecov/codecov-action@v1
#with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: coverage.xml
# - name: Coveralls
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e323b06

Please sign in to comment.