coverallsapp / orb

Coveralls CircleCI Orb
https://circleci.com/orbs/registry/orb/coveralls/coveralls
MIT License
2 stars 16 forks source link

feat: add create_build option #39

Closed mrexox closed 1 year ago

mrexox commented 1 year ago

This option (create_build) is useful if you want to report a build and carry-forward all flags from previous build. For example, using the following configuration:

# .circleci/config.yml

...

- coveralls/upload:
    parallel_finished: true
    create_build: true
    carryforward: all
mrexox commented 1 year ago

Closing, decided to implement this feature the other way.