Skip to content

Commit 049b56b

Browse files
authored
Update pull-request.yaml
Remove code coverage action, not behaving like expected
1 parent de1269a commit 049b56b

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/pull-request.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,3 @@ jobs:
6161
run: |
6262
just generate
6363
just lint
64-
65-
code_coverage:
66-
name: "Code coverage report"
67-
if: github.event_name == 'pull_request'
68-
runs-on: ubuntu-latest
69-
needs: test
70-
steps:
71-
- uses: fgrosse/go-coverage-report@v1.1.1
72-
continue-on-error: true
73-
with:
74-
coverage-artifact-name: "code-coverage"
75-
coverage-file-name: "coverage.txt"

0 commit comments

Comments
 (0)