diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 377bdac6ab..936dec2586 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -300,6 +300,7 @@ jobs: parallel: true - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 + if: always() with: token: ${{ secrets.CODECOV_TOKEN }} slug: inventree/InvenTree @@ -439,6 +440,7 @@ jobs: git-branch: ${{ github.ref }} - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 + if: always() with: token: ${{ secrets.CODECOV_TOKEN }} slug: inventree/InvenTree @@ -543,6 +545,7 @@ jobs: parallel: true - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 + if: always() with: token: ${{ secrets.CODECOV_TOKEN }} slug: inventree/InvenTree