We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85686f8 commit 2b8812aCopy full SHA for 2b8812a
.github/workflows/unittest.yml
@@ -34,6 +34,4 @@ jobs:
34
run: python examples/larq_experiment.py BinaryNetMnist epochs=0 --dataset.download
35
- name: Upload code-coverage report to Codecov
36
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}}
+ run: curl -s https://codecov.io/bash | bash -s -- -f ./coverage.xml -F unittests
0 commit comments