Skip to content

Commit ac6d00b

Browse files
committed
circleci: re-add codecov flags
1 parent bd4f83b commit ac6d00b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
- /go/pkg/mod/cache
118118
- codecov/upload:
119119
file: "coverage.out"
120+
flags: $(if [ $CIRCLE_NODE_INDEX == 0 ]; then echo "json"; else echo "gojay"; fi)
120121
when: on_success
121122

122123
lint:

0 commit comments

Comments
 (0)