File tree 2 files changed +14
-47
lines changed
2 files changed +14
-47
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ commands:
85
85
# https://circleci.com/changelog#container-cgroup-limits-now-visible-inside-the-docker-executor
86
86
CPUS="$(echo $(($(cat /sys/fs/cgroup/cpu/cpu.shares) / 1024)))"
87
87
echo "export GOFLAGS='-p=${CPUS} -cpu=${CPUS}'" >> $BASH_ENV
88
+ echo "export CPUS=${CPUS}" >> $BASH_ENV
88
89
89
90
jobs :
90
91
tools :
Original file line number Diff line number Diff line change 1
1
codecov :
2
2
allow_coverage_offsets : true
3
3
4
+ parsers :
5
+ go :
6
+ partials_as_hits : true
7
+
4
8
coverage :
5
9
precision : 1
6
10
round : down
7
11
range : " 70...100"
8
12
9
13
status :
14
+ default_rules :
15
+ flag_coverage_not_uploaded_behavior : include
16
+
10
17
project :
11
- default : false
12
- json :
13
- target : auto
14
- threshold : 1%
15
- if_not_found : success
16
- if_ci_failed : error
17
- flags :
18
- - json
19
- gojay :
18
+ default :
20
19
target : auto
21
20
threshold : 1%
22
21
if_not_found : success
23
22
if_ci_failed : error
24
- flags :
25
- - gojay
23
+
26
24
patch :
27
- default : false
28
- json :
29
- only_pulls : true
30
- target : 50%
31
- threshold : 10%
32
- flags :
33
- - json
34
- gojay :
25
+ default :
35
26
only_pulls : true
36
27
target : 50%
37
28
threshold : 10%
38
- flags :
39
- - gojay
29
+
40
30
changes :
41
- default : false
42
- json :
31
+ default :
43
32
target : auto
44
33
threshold : 10%
45
34
if_not_found : success
46
35
if_ci_failed : error
47
- flags :
48
- - json
49
36
branches :
50
37
- main
51
- gojay :
52
- target : auto
53
- threshold : 10%
54
- if_not_found : success
55
- if_ci_failed : error
56
- flags :
57
- - gojay
58
- branches :
59
- - main
60
-
61
- flags :
62
- json :
63
- paths :
64
- - /
65
- carryforward : true
66
- gojay :
67
- paths :
68
- - /
69
- carryforward : true
70
-
71
- ignore :
72
- - " internal/gojaypool/gojaypool.go"
73
38
74
39
comment :
75
40
behavior : default
41
+ require_changes : true
76
42
show_carryforward_flags : true
77
43
78
44
github_checks :
You can’t perform that action at this time.
0 commit comments