Skip to content

Commit

Permalink
ci: Correctly disable codecov plugins (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored Jun 11, 2024
1 parent 36b9b4e commit 209aee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ commands:
type: string
steps:
- codecov/upload:
upload_args: --plugin ''
upload_args: --plugin noop
file: ../build/coverage.json
flags: <<parameters.flags>>

Expand Down

0 comments on commit 209aee1

Please sign in to comment.