mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
Ignore errors during upload coverage (#236)
This commit is contained in:
parent
6958716ccd
commit
5740686124
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -79,6 +79,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path-to-lcov: ./coverage.info
|
path-to-lcov: ./coverage.info
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
continue-on-error: true
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage
|
||||||
|
|
Loading…
Add table
Reference in a new issue