👷 add CI step for coverage
This commit is contained in:
parent
0f43ba9423
commit
6738fbda94
@ -41,4 +41,4 @@ CheckOptions:
|
|||||||
WarningsAsErrors: '*'
|
WarningsAsErrors: '*'
|
||||||
|
|
||||||
#HeaderFilterRegex: '.*nlohmann.*'
|
#HeaderFilterRegex: '.*nlohmann.*'
|
||||||
HeaderFilterRegex: '^.*hpp$'
|
HeaderFilterRegex: '.*\.hpp$'
|
||||||
|
|||||||
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
@ -131,9 +131,9 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: code-coverage-report
|
name: code-coverage-report
|
||||||
path: build/build_coverage/html
|
path: html
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
path-to-lcov: build/build_coverage/json.info
|
path-to-lcov: json.info
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user