Disable code coverage

To be enabled again soon ™️
This commit is contained in:
Daniela Brozzoni 2023-03-03 17:13:51 +01:00
parent dfcbafd6b1
commit 0c7a0abb19
No known key found for this signature in database
GPG Key ID: 7DE4F1FDCED0AB87

View File

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