diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..406c7dc --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,11 @@ +# Set non-blocking status checks +coverage: + status: + project: + default: + # Allows 10% drop from previous base commit + threshold: 10% + informational: true + patch: + default: + informational: true diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 896be45..01694bd 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -36,7 +36,7 @@ jobs: update-reviews update-review-teams - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true