diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba9f2af..6ec612c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,7 +93,7 @@ jobs: filename: ./coverage.xml thresholds: 90 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}