Skip to content

Commit

Permalink
Continue on coverall failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Huib Piguillet committed Nov 17, 2021
1 parent 43928aa commit 87f6142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Bynder/Test/coverage.info
continue-on-error: true

publish-nuget:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Bynder/Test/coverage.info

continue-on-error: true

0 comments on commit 87f6142

Please sign in to comment.