Skip to content

Commit

Permalink
Upload coverage report without token (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger authored Apr 12, 2020
1 parent 85686f8 commit 2b8812a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ jobs:
run: python examples/larq_experiment.py BinaryNetMnist epochs=0 --dataset.download
- name: Upload code-coverage report to Codecov
if: matrix.python-version == '3.7' && matrix.tf-version == '2.0.1'
run: curl -s https://codecov.io/bash | bash -s -- -t $token -f ./coverage.xml -F unittests
env:
token: ${{secrets.CODECOV_TOKEN}}
run: curl -s https://codecov.io/bash | bash -s -- -f ./coverage.xml -F unittests

0 comments on commit 2b8812a

Please sign in to comment.