Skip to content

Commit

Permalink
ci(codecov): skip search
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Apr 16, 2024
1 parent 5db8af8 commit ff1341c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ jobs:
if: always() && (steps.test_report.outcome == 'success')
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: true
files: ./build/coverage.xml
flags: ${{ runner.os }}
Expand Down Expand Up @@ -835,6 +836,7 @@ jobs:
if: always() && (steps.test_report.outcome == 'success')
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: false # todo: re-enable this when action is fixed
files: ./build/coverage.xml
flags: ${{ runner.os }}-${{ matrix.os_version }}
Expand Down Expand Up @@ -1073,6 +1075,7 @@ jobs:
if: always() && (steps.test_report.outcome == 'success')
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: true
files: ./build/coverage.xml
flags: ${{ runner.os }}
Expand Down

0 comments on commit ff1341c

Please sign in to comment.