There was an error while loading. Please reload this page.
1 parent 5754ec5 commit 226d272Copy full SHA for 226d272
.github/workflows/test.yml
@@ -1,6 +1,6 @@
1
on:
2
push:
3
- branches: [ master ]
+ branches: [ main ]
4
pull_request:
5
name: Test
6
jobs:
@@ -36,7 +36,7 @@ jobs:
36
- name: Upload coverage
37
if: success() && matrix.platform == 'ubuntu-latest'
38
run: |
39
- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time >
+ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time
40
curl -Os https://uploader.codecov.io/latest/linux/codecov
41
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
42
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
0 commit comments