File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 29
29
- run : make test-env-start
30
30
- run : make install-deps
31
31
- run : make test
32
+ - if : ${{ always() }}
33
+
34
+ with :
35
+ test-results : tests.json
36
+ package-name : beryju.io/gravity
32
37
- if : ${{ always() }}
33
38
run : make test-env-stop
34
39
- if : ${{ always() }}
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ coverage.txt
4
4
coverage.html
5
5
* .pcap
6
6
* .sock
7
+ tests.json
Original file line number Diff line number Diff line change @@ -154,5 +154,5 @@ test: internal/resources/macoui internal/resources/blocky
154
154
export DEBUG=" true"
155
155
export LISTEN_ONLY=" true"
156
156
go run -v . cli etcdctl del --prefix /
157
- go test -p 1 -coverprofile=coverage.txt -covermode=atomic -count=${TEST_COUNT} ${TEST_FLAGS} ./...
157
+ go test -p 1 -coverprofile=coverage.txt -covermode=atomic -count=${TEST_COUNT} ${TEST_FLAGS} -json ./... > tests.json
158
158
go tool cover -html coverage.txt -o coverage.html
You can’t perform that action at this time.
0 commit comments