Skip to content

Commit

Permalink
Update codecov orb version (#410)
Browse files Browse the repository at this point in the history
* Update codecov orb version.

* mkdir .gnupg.
  • Loading branch information
tsalo committed May 8, 2024
1 parent 4b82467 commit 982fa61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
codecov: codecov/codecov@1.0.5
codecov: codecov/codecov@4.1.0

.dockersetup: &dockersetup
docker:
Expand Down Expand Up @@ -594,6 +594,10 @@ jobs:
coverage xml
- store_artifacts:
path: /src/coverage
- run:
# from https://github.com/codecov/codecov-circleci-orb/issues/157#issue-1692263650
name: Quick fix for GPG error in Codecov
command: mkdir -p ~/.gnupg
- codecov/upload:
file: /src/coverage/coverage.xml

Expand Down

0 comments on commit 982fa61

Please sign in to comment.