diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 05c285e..7c58410 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -34,7 +34,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} slug: geddy11/sysloss - files: ./coverage.xml # coverage report (dont enable) + #files: ./coverage.xml # coverage report (dont enable) - name: Coverage badge uses: tj-actions/coverage-badge-py@v2