Skip to content

Commit

Permalink
Merge pull request #122 from sroet/fix_codecov_upload
Browse files Browse the repository at this point in the history
swap from codecov bash uploader to their github action
  • Loading branch information
dwhswenson committed Oct 6, 2021
2 parents 2b4b821 + 269c236 commit 05d7d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,5 @@ jobs:
run: |
python -c "import contact_map"
py.test -vv --cov=contact_map --cov-report xml
- name: "Report coverage"
- uses: codecov/codecov-action@v2
if: ${{ github.event != 'schedule' }}
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 05d7d1c

Please sign in to comment.