diff --git a/.github/workflows/build_lint.yml b/.github/workflows/build_lint.yml index d981e754f31..7901796d867 100644 --- a/.github/workflows/build_lint.yml +++ b/.github/workflows/build_lint.yml @@ -60,6 +60,9 @@ jobs: - if: matrix.os == 'ubuntu' name: Codecov uses: codecov/codecov-action@v4 + with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} examples: runs-on: ubuntu-latest diff --git a/codecov.yaml b/codecov.yaml index 8c192e82c79..a19c3daee15 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -2,7 +2,7 @@ coverage: status: project: default: - target: 90% + target: 80% threshold: 1% ignore: