Skip to content

Commit 2b8812a

Browse files
authored
Upload coverage report without token (#133)
See larq/zoo#146
1 parent 85686f8 commit 2b8812a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/unittest.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ jobs:
3434
run: python examples/larq_experiment.py BinaryNetMnist epochs=0 --dataset.download
3535
- name: Upload code-coverage report to Codecov
3636
if: matrix.python-version == '3.7' && matrix.tf-version == '2.0.1'
37-
run: curl -s https://codecov.io/bash | bash -s -- -t $token -f ./coverage.xml -F unittests
38-
env:
39-
token: ${{secrets.CODECOV_TOKEN}}
37+
run: curl -s https://codecov.io/bash | bash -s -- -f ./coverage.xml -F unittests

0 commit comments

Comments
 (0)