CircleCI-Public / node-orb

An orb for working with Node.js on CircleCI
https://circleci.com/orbs/registry/orb/circleci/node
MIT License
52 stars 80 forks source link

feat: upload coverage to artifacts in test job #207

Closed loderunner closed 1 month ago

loderunner commented 8 months ago

SEMVER Update Type:

Description:

Motivation:

As recommended in the CircleCI documentation, uploading test coverage to artifacts is a good practice. This PR allows for uploading coverage files to artifacts by supplying the coverage path as an argument to the test job.

Checklist: