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 20, 2024
1 parent b4e6873 commit 8e6d9e5
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 @@ -515,6 +515,7 @@ jobs:
startsWith(github.repository, 'LizardByte/')
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 @@ -852,6 +853,7 @@ jobs:
startsWith(github.repository, 'LizardByte/')
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 @@ -1093,6 +1095,7 @@ jobs:
startsWith(github.repository, 'LizardByte/')
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 8e6d9e5

Please sign in to comment.