File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
4
4
- push
5
5
- pull_request
6
6
jobs :
7
- test :
7
+ test-linux :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Args for create commit
4
3
add_arg " $( write_bool_args CODECOV_FAIL_ON_ERROR) "
5
4
add_arg " $( k_arg GIT_SERVICE) "
6
5
add_arg " $( v_arg GIT_SERVICE) "
@@ -13,11 +12,9 @@ add_arg "$(v_arg SHA)"
13
12
add_arg " $( k_arg SLUG) "
14
13
add_arg " $( v_arg SLUG) "
15
14
16
- # Args for create report
17
15
add_arg " $( k_arg CODE) "
18
16
add_arg " $( v_arg CODE) "
19
17
20
- # Args for do upload
21
18
add_arg " $( k_arg ENV) "
22
19
add_arg " $( v_arg ENV) "
23
20
Original file line number Diff line number Diff line change 6
6
else
7
7
echo " $( curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) " | \
8
8
gpg --no-default-keyring --import
9
- # One-time step
10
9
say " $g ==>$x Verifying GPG signature integrity"
11
10
sha_url=" https://cli.codecov.io"
12
11
sha_url=" ${sha_url} /${CODECOV_VERSION} /${CODECOV_OS} "
You can’t perform that action at this time.
0 commit comments