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:
Arseny Kapoulkine 2022-07-20 11:05:51 -07:00 committed by GitHub
parent ea7a6c1260
commit 3c559feaf4
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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