diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2c4993..f335a17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,13 +135,6 @@ jobs: - name: Generate coverage report run: rebar3 cover --verbose - - name: Upload coverage to Codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6 - with: - files: _build/test/cover/cobertura.xml - fail_ci_if_error: false - verbose: true - ########################################################################### # Static Analysis ###########################################################################