Skip to content

Commit

Permalink
ci: reduce time running codecov
Browse files Browse the repository at this point in the history
`plugin: noop` prevents default plugins from running.
These create a new version of the coverage file and that is unnecessary work being done.
  • Loading branch information
giovanni-guidini committed May 14, 2024
1 parent cfbb98f commit b6eb5ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ runs:
token: ${{ inputs.token }}
flags: ${{ inputs.type }}
files: ${{ inputs.files }}
plugin: noop
verbose: true
continue-on-error: true

0 comments on commit b6eb5ac

Please sign in to comment.