mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Ignore errors during upload coverage (#236)
This commit is contained in:
parent
6958716ccd
commit
5740686124
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -79,6 +79,7 @@ jobs:
|
||||
with:
|
||||
path-to-lcov: ./coverage.info
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
continue-on-error: true
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: coverage
|
||||
|
Loading…
Reference in New Issue
Block a user