mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore(ci): tparse (#3131)
* chore(ci): tparse Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: always set json Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: nocolor Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: do not need tparse locally Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: build Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
df734bd111
commit
500190f36a
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -84,7 +84,19 @@ jobs:
|
||||
- uses: anchore/sbom-action/download-syft@bb716408e75840bbb01e839347cd213767269d4a # v0.10.0
|
||||
- name: setup-validate-krew-manifest
|
||||
run: go install sigs.k8s.io/krew/cmd/validate-krew-manifest@latest
|
||||
- run: task ci
|
||||
- name: setup-tparse
|
||||
run: go install github.com/mfridman/tparse@latest
|
||||
- name: setup
|
||||
run: |
|
||||
task setup
|
||||
task build
|
||||
- name: test
|
||||
run: |
|
||||
task test | tee output.json | tparse -notests -follow -all
|
||||
tparse -format markdown -file output.json -all > $GITHUB_STEP_SUMMARY
|
||||
env:
|
||||
TEST_OPTIONS: "-json"
|
||||
NO_COLOR: 1
|
||||
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3
|
||||
with:
|
||||
file: ./coverage.txt
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ completions/
|
||||
.task/
|
||||
.idea/
|
||||
manpages
|
||||
output.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user