Skip to content

Commit 3c35f7e

Browse files
committed
Revert "fix(ci): clean stale coverage branch before report step"
This reverts commit b846a5f. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent b846a5f commit 3c35f7e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci-rust.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
run: cargo cov --cobertura --output-path coverage.xml
6363
working-directory: rsworkspace
6464

65-
- name: Clean stale coverage branch
66-
run: git branch -D _xml_coverage_reports 2>/dev/null || true
67-
6865
- name: Coverage report and gate
6966
uses: insightsengineering/coverage-action@v3
7067
with:

0 commit comments

Comments
 (0)