Skip to content

Commit aac8b31

Browse files
authored
Comment out coverage check, so we get a baseline (#867)
1 parent 63a8f4b commit aac8b31

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,20 @@ jobs:
131131
exit 1
132132
fi
133133
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"
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"
148148

149149
code-generation:
150150
name: code generation

0 commit comments

Comments
 (0)