Closed mrexox closed 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:
create_build
# .circleci/config.yml ... - coveralls/upload: parallel_finished: true create_build: true carryforward: all
Closing, decided to implement this feature the other way.
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: