Skip to content

Commit

Permalink
try removing token
Browse files Browse the repository at this point in the history
  • Loading branch information
pmazzini authored and yarikk committed May 25, 2020
1 parent d69fe43 commit 150157c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: make test

- name: Upload code coverage
uses: codecov/codecov-action@v1.0.0
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./profile.cov

0 comments on commit 150157c

Please sign in to comment.