From 2b8812aa61f4f96d7de5512ca1f4f4c78d3117b6 Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Sun, 12 Apr 2020 15:03:06 +0100 Subject: [PATCH] Upload coverage report without token (#133) See https://github.com/larq/zoo/pull/146 --- .github/workflows/unittest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index e153a6c..65f509b 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -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