File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,25 @@ name: default
3
3
4
4
steps :
5
5
- name : lint
6
- image : arduino/arduino-cli:drone-0.1.2
6
+ image : arduino/arduino-cli:drone-0.2.0
7
7
commands :
8
8
# Check if the Go code is properly formatted and run the linter
9
9
- task check
10
10
# Ensure protobufs compile
11
11
- task protoc
12
12
13
13
- name : build
14
- image : arduino/arduino-cli:drone-0.1.2
14
+ image : arduino/arduino-cli:drone-0.2.0
15
15
commands :
16
16
- task build
17
17
18
18
- name : test
19
- image : arduino/arduino-cli:drone-0.1.2
19
+ image : arduino/arduino-cli:drone-0.2.0
20
+ environment :
21
+ CODECOV_TOKEN :
22
+ from_secret : codecov_token
20
23
commands :
21
24
- task test
22
25
- task test-legacy
23
- - bash <(curl -s https:// codecov.io/bash) -cF unit -f '*_unit.txt'
24
- - bash <(curl -s https:// codecov.io/bash) -cF integ -f '*_integ.txt'
26
+ - codecov -cF unit -f '*_unit.txt'
27
+ - codecov -cF integ -f '*_integ.txt'
You can’t perform that action at this time.
0 commit comments