Skip to content

Commit

Permalink
change ail_ci_if_error
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu committed Oct 15, 2021
1 parent 41a0e68 commit 4124c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: codecov/codecov-action@v2
with:
files: fastcov.info
fail_ci_if_error: true
fail_ci_if_error: false
- name: Upload logs
uses: actions/upload-artifact@v2
if: ${{ failure() }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@ jobs:
run: |
~/.local/bin/fastcov -d build -l -o fastcov.info -p --exclude /usr/include --exclude=/opt/vesoft --exclude scanner.lex
- uses: codecov/codecov-action@v2
if: ${{ matrix.compiler == 'gcc-9.2' && matrix.os == 'ubuntu2004' }}
with:
files: fastcov.info
fail_ci_if_error: true
fail_ci_if_error: false
- name: Sanitizer
if: ${{ always() }}
run: |
Expand Down

0 comments on commit 4124c56

Please sign in to comment.