diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index cbbb741..6eb69c5 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -50,7 +50,6 @@ jobs: uses: codecov/codecov-action@v1.3.2 if: github.event_name == 'push' with: - token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml flags: unittests fail_ci_if_error: true