File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -131,20 +131,20 @@ jobs:
131
131
exit 1
132
132
fi
133
133
134
- coverage :
135
- if : github.event_name == 'pull_request'
136
- runs-on : ubuntu-latest
137
- needs : test
138
- permissions :
139
- contents : read
140
- actions : read
141
- pull-requests : write
142
- steps :
143
-
144
- with :
145
- coverage-artifact-name : " code-coverage"
146
- coverage-file-name : " coverage.out"
147
- root-package : " github.com/xataio/pgroll"
134
+ # coverage:
135
+ # if: github.event_name == 'pull_request'
136
+ # runs-on: ubuntu-latest
137
+ # needs: test
138
+ # permissions:
139
+ # contents: read
140
+ # actions: read
141
+ # pull-requests: write
142
+ # steps:
143
+ # - uses: fgrosse/[email protected]
144
+ # with:
145
+ # coverage-artifact-name: "code-coverage"
146
+ # coverage-file-name: "coverage.out"
147
+ # root-package: "github.com/xataio/pgroll"
148
148
149
149
code-generation :
150
150
name : code generation
You can’t perform that action at this time.
0 commit comments