We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b846a5f commit 3c35f7eCopy full SHA for 3c35f7e
1 file changed
.github/workflows/ci-rust.yml
@@ -62,9 +62,6 @@ jobs:
62
run: cargo cov --cobertura --output-path coverage.xml
63
working-directory: rsworkspace
64
65
- - name: Clean stale coverage branch
66
- run: git branch -D _xml_coverage_reports 2>/dev/null || true
67
-
68
- name: Coverage report and gate
69
uses: insightsengineering/coverage-action@v3
70
with:
0 commit comments