Skip to content

Commit

Permalink
Merge pull request #298 from raybellwaves/test-codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves committed Apr 26, 2021
2 parents 96d3dc7 + c4ecbdb commit dc57773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xskillscore_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
pytest -n 4 --cov=xskillscore --cov-report=xml --verbose
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1.0.7
uses: codecov/codecov-action@v1.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit dc57773

Please sign in to comment.