diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5933e4c..9bd852d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,11 +40,11 @@ jobs: - name: Run tests with coverage run: make test-coverage - - uses: codecov/codecov-action@v2 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage.xml - fail_ci_if_error: true +# - uses: codecov/codecov-action@v2 +# with: +# token: ${{ secrets.CODECOV_TOKEN }} +# files: ./coverage.xml +# fail_ci_if_error: true docker: runs-on: ubuntu-latest