mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Update coverage ci
This commit is contained in:
parent
2504c3574d
commit
17c21e260f
11
.github/workflows/coverage.yml
vendored
11
.github/workflows/coverage.yml
vendored
@ -63,18 +63,9 @@ jobs:
|
|||||||
lcov -d . -c -o out.info --rc lcov_branch_coverage=1 --no-external
|
lcov -d . -c -o out.info --rc lcov_branch_coverage=1 --no-external
|
||||||
lcov -e out.info '*include/ss*hpp' -o filtered.info
|
lcov -e out.info '*include/ss*hpp' -o filtered.info
|
||||||
genhtml --t "SSP Coverage" --legend --demangle-cpp -o html -s --branch-coverage -p $PWD filtered.info
|
genhtml --t "SSP Coverage" --legend --demangle-cpp -o html -s --branch-coverage -p $PWD filtered.info
|
||||||
pwd
|
|
||||||
ls
|
|
||||||
cat $${github.workspace}}
|
|
||||||
|
|
||||||
- name: Archive coverage report
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: code-coverage-report
|
|
||||||
path: ${{github.workspace}}/html
|
|
||||||
|
|
||||||
- name: Invoke coveralls
|
- name: Invoke coveralls
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
path-to-lcov: ${{github.workspace}}/filtered.info
|
path-to-lcov: filtered.info
|
||||||
|
Loading…
Reference in New Issue
Block a user