Disable code coverage
To be enabled again soon ™️
This commit is contained in:
parent
dfcbafd6b1
commit
0c7a0abb19
8
.github/workflows/code_coverage.yml
vendored
8
.github/workflows/code_coverage.yml
vendored
@ -50,10 +50,10 @@ jobs:
|
|||||||
run: mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info
|
run: mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info
|
||||||
- name: Generate HTML coverage report
|
- name: Generate HTML coverage report
|
||||||
run: genhtml -o coverage-report.html ./coverage/lcov.info
|
run: genhtml -o coverage-report.html ./coverage/lcov.info
|
||||||
- name: Coveralls upload
|
# - name: Coveralls upload
|
||||||
uses: coverallsapp/github-action@master
|
# uses: coverallsapp/github-action@master
|
||||||
with:
|
# with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
# github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user