Skip to content

Commit

Permalink
[workflows] add proper codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelmhm committed Dec 28, 2021
1 parent 9180b35 commit 22da171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
pip install -U tox
tox
- name: Upload coverage report
run: bash <(curl -s https://codecov.io/bash)
- name: Upload to codecov
- uses: codecov/codecov-action@v2

0 comments on commit 22da171

Please sign in to comment.