Skip to content

Commit 982fa61

Browse files
authored
Update codecov orb version (#410)
* Update codecov orb version. * mkdir .gnupg.
1 parent 4b82467 commit 982fa61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
codecov: codecov/[email protected].5
3+
codecov: codecov/codecov@4.1.0
44

55
.dockersetup: &dockersetup
66
docker:
@@ -594,6 +594,10 @@ jobs:
594594
coverage xml
595595
- store_artifacts:
596596
path: /src/coverage
597+
- run:
598+
# from https://github.com/codecov/codecov-circleci-orb/issues/157#issue-1692263650
599+
name: Quick fix for GPG error in Codecov
600+
command: mkdir -p ~/.gnupg
597601
- codecov/upload:
598602
file: /src/coverage/coverage.xml
599603

0 commit comments

Comments
 (0)