Skip to content

Commit

Permalink
CI: Fix broken uploader validation after upgrade to Leap 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed May 10, 2024
1 parent 998b44c commit c57255a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ jobs:
- run: make coverage-report-html
- store_artifacts: *store_cover_db
- run: make coverage-report-codecov
- run:
# https://github.com/codecov/codecov-circleci-orb/issues/157
name: codecov gpg workaround for gpg 2.4 as included in Leap 15.6
command: mkdir -p ~/.gnupg
- codecov/upload:
file: cover_db/codecov.json
cli_args: -v
Expand Down

0 comments on commit c57255a

Please sign in to comment.