👷 add CI step for coverage
This commit is contained in:
parent
0f43ba9423
commit
6738fbda94
@ -41,4 +41,4 @@ CheckOptions:
|
||||
WarningsAsErrors: '*'
|
||||
|
||||
#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
|
||||
with:
|
||||
name: code-coverage-report
|
||||
path: build/build_coverage/html
|
||||
path: html
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
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