Skip to content

Commit

Permalink
ci: reduce time running codecov
Browse files Browse the repository at this point in the history
The codecov action is performing unecessary operations.
It runs by default some plugins that are having the side effect of generating
and extra coverage report.
This takes 1 minute (sometimes 2!) _per CI run_.

These changes disable those plugins. So it action should only search for the
existing XML report and upload it.
  • Loading branch information
giovanni-guidini committed Apr 4, 2024
1 parent e5c9e52 commit 12f0eb9
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 @@ -24,4 +24,5 @@ runs:
flags: ${{ inputs.type }}
files: ${{ inputs.files }}
verbose: true
plugin: "noop"
continue-on-error: true

0 comments on commit 12f0eb9

Please sign in to comment.