Skip to content

Commit 2791a5c

Browse files
fix: remove GPG and run on spawn (#1426)
* fix: first pass remove gpg * fix: import key * fix: break validation * fix: fail ci * fix: make it the right signature file * fix: perhaps console * fix: cleanup * fix: io the import * fix: remove from container for now
1 parent b71af43 commit 2791a5c

File tree

6 files changed

+65
-502
lines changed

6 files changed

+65
-502
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Upload coverage to Codecov (script)
1919
uses: ./
2020
with:
21+
fail_ci_if_error: true
2122
files: ./coverage/script/coverage-final.json
2223
flags: script,${{ matrix.os }}
2324
name: codecov-script
@@ -26,6 +27,7 @@ jobs:
2627
- name: Upload coverage to Codecov (demo)
2728
uses: ./
2829
with:
30+
fail_ci_if_error: true
2931
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json
3032
file: ./coverage/coverage-final.json
3133
flags: demo,${{ matrix.os }}
@@ -35,6 +37,7 @@ jobs:
3537
- name: Upload coverage to Codecov (version)
3638
uses: ./
3739
with:
40+
fail_ci_if_error: true
3841
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json
3942
file: ./coverage/coverage-final.json
4043
flags: version,${{ matrix.os }}

0 commit comments

Comments
 (0)