File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 10
10
name : golang/buster
11
11
tag : " 1.14-buster"
12
12
working_directory : /go/src/go.lsp.dev/jsonrpc2
13
- environment :
14
- GO111MODULE : " on"
15
13
parallelism : 2
16
14
steps :
17
15
- checkout
@@ -24,24 +22,22 @@ jobs:
24
22
- run :
25
23
name : Test and collect coverages
26
24
command : |
25
+ make tools
26
+ mkdir -p /tmp/test-results
27
27
make $(circleci tests split .circleci/coverage-targets)
28
+ environment :
29
+ GOTESTSUM_JSONFILE : " /tmp/test-results/unit-test.xml"
28
30
- codecov/upload :
29
- file : " /tmp/ci/artifacts/ coverage.out"
31
+ file : " coverage.out"
30
32
flags : $(if [ $CIRCLE_NODE_INDEX == 0 ]; then echo "json"; else echo "gojay"; fi)
31
- - store_artifacts :
32
- path : /tmp/ci/artifacts
33
- - store_artifacts :
34
- path : /tmp/ci/artifacts
35
33
- store_test_results :
36
- path : /tmp/ci/ test-results
34
+ path : /tmp/test-results
37
35
38
36
lint :
39
37
executor :
40
38
name : golang/buster
41
39
tag : " 1.14-buster"
42
40
working_directory : /go/src/go.lsp.dev/jsonrpc2
43
- environment :
44
- GO111MODULE : " on"
45
41
parallelism : 2
46
42
steps :
47
43
- checkout
You can’t perform that action at this time.
0 commit comments