Skip to content

Commit

Permalink
Merge pull request #492 from WenjieDu/(fix)failed_job
Browse files Browse the repository at this point in the history
Allow failure when PR gets merged before jobs get finished
  • Loading branch information
WenjieDu authored Aug 13, 2024
2 parents ec13869 + 3c69770 commit 7a89857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Submit the report
uses: coverallsapp/github-action@master
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "coverage.lcov"
1 change: 1 addition & 0 deletions .github/workflows/testing_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Submit the report
uses: coverallsapp/github-action@master
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: 'coverage.lcov'

0 comments on commit 7a89857

Please sign in to comment.