Skip to content

Commit 06e26d2

Browse files
committed
chore: fix some stuff
1 parent e4d1479 commit 06e26d2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
44
- push
55
- pull_request
66
jobs:
7-
test:
7+
test-linux:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout

scripts/set_upload_coverage_args.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/sh
22

3-
# Args for create commit
43
add_arg "$(write_bool_args CODECOV_FAIL_ON_ERROR)"
54
add_arg "$(k_arg GIT_SERVICE)"
65
add_arg "$(v_arg GIT_SERVICE)"
@@ -13,11 +12,9 @@ add_arg "$(v_arg SHA)"
1312
add_arg "$(k_arg SLUG)"
1413
add_arg "$(v_arg SLUG)"
1514

16-
# Args for create report
1715
add_arg "$(k_arg CODE)"
1816
add_arg "$(v_arg CODE)"
1917

20-
# Args for do upload
2118
add_arg "$(k_arg ENV)"
2219
add_arg "$(v_arg ENV)"
2320

scripts/validate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ then
66
else
77
echo "$(curl -s https://keybase.io/codecovsecurity/pgp_keys.asc)" | \
88
gpg --no-default-keyring --import
9-
# One-time step
109
say "$g==>$x Verifying GPG signature integrity"
1110
sha_url="https://cli.codecov.io"
1211
sha_url="${sha_url}/${CODECOV_VERSION}/${CODECOV_OS}"

0 commit comments

Comments
 (0)