File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
32
32
RUSTDOCFLAGS : ' -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cinstrument-coverage'
33
33
34
34
- name : Codecov
35
- # You may pin to the exact commit or the version.
36
-
37
- with :
38
- # Repository upload token - get it from codecov.io. Required only for private repositories
39
- token : ${{ secrets.CODECOV_TOKEN }}
40
- file : ./lcov.info
41
- # Specify whether the Codecov output should be verbose
42
- verbose : true
43
- fail_ci_if_error : true
35
+ # You may pin to the exact commit or the version.
36
+
37
+ with :
38
+ # Repository upload token - get it from codecov.io. Required only for private repositories
39
+ token : ${{ secrets.CODECOV_TOKEN }}
40
+ file : ./lcov.info
41
+ # Specify whether the Codecov output should be verbose
42
+ verbose : true
43
+ fail_ci_if_error : true
44
44
Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- " v*.*.*"
7
- branches :
8
- - release_testing
9
7
10
8
env :
11
9
CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
3
branches :
4
- - master
4
+ - main
5
5
6
6
# This runs on PRs so error can be seen before merging
7
7
name : Version check
You can’t perform that action at this time.
0 commit comments