Skip to content

Commit 53bb953

Browse files
committed
WIP
1 parent ee3db4d commit 53bb953

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/go-pr.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,3 @@ jobs:
4141
uses: golangci/golangci-lint-action@v6
4242
with:
4343
version: v1.62
44-
45-
PostCoverageReport:
46-
name: "Code coverage report"
47-
if: github.event_name == 'pull_request'
48-
runs-on: ubuntu-latest
49-
needs: Build
50-
permissions:
51-
contents: read
52-
actions: read
53-
pull-requests: write
54-
steps:
55-
- uses: fgrosse/go-coverage-report@v1.1.1
56-
with:
57-
coverage-artifact-name: "code-coverage"
58-
coverage-file-name: "coverage.out"

0 commit comments

Comments
 (0)