Skip to content

Commit

Permalink
attempting to fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
htjb committed Feb 13, 2021
1 parent 2875fcc commit 763a212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -38,4 +38,4 @@ jobs:
run: |
python -m pytest --cov=maxsmooth
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
run: bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion codecov.yml
@@ -1,2 +1,2 @@
fixes:
- "/home/runner/work/::"
- "/home/runner/work/maxsmooth/maxsmooth/::"

0 comments on commit 763a212

Please sign in to comment.