mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update coverage report to codecov
Change coverage upload to codecov - unsure if it supports lcov, but only one way to find out
This commit is contained in:
parent
ea7a6c1260
commit
3c559feaf4
1 changed files with 2 additions and 11 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -76,20 +76,11 @@ jobs:
|
|||
- name: make coverage
|
||||
run: |
|
||||
CXX=clang++-10 make -j2 config=coverage coverage
|
||||
- name: debug coverage
|
||||
run: |
|
||||
git status
|
||||
git log -5
|
||||
echo SHA: $GITHUB_SHA
|
||||
- name: upload coverage
|
||||
uses: coverallsapp/github-action@master
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
path-to-lcov: ./coverage.info
|
||||
files: ./coverage.info
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: coverage
|
||||
path: coverage
|
||||
|
||||
web:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue