Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ad12 committed Apr 28, 2021
1 parent de2156b commit 933dd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{ secretes.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
Expand Down

0 comments on commit 933dd41

Please sign in to comment.