We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a3e23c + ee6ae52 commit 7448c27Copy full SHA for 7448c27
.github/workflows/coverage.yaml
@@ -73,17 +73,3 @@ jobs:
73
74
- name: Generate coverage report
75
run: cargo llvm-cov report --lcov --output-path coverage.lcov
76
-
77
- - name: Upload Coverage Report
78
- uses: coverallsapp/github-action@v2.2.3
79
- with:
80
- github-token: ${{ secrets.GITHUB_TOKEN }}
81
- file: ./coverage.lcov
82
- parallel: true
83
- flag-name: run-${{ matrix.os }}-cargo
84
85
- - name: Finish Coverage Report
86
87
88
89
- parallel-finished: true
0 commit comments