Sha256: 213c1c032f8986d1fc004c7ce96afd4ae56ec089565c569eba72827b44b558cf
Contents?: true
Size: 494 Bytes
Versions: 3
Compression:
Stored size: 494 Bytes
Contents
ceedling-colour-report ====================== ## Overview The colour_report replaces the normal ceedling "pretty" output with a colorized variant, in order to make the results easier to read from a standard command line. This is very useful on developer machines, but can occasionally cause problems with parsing on CI servers. ## Setup Enable the plugin in your project.yml by adding `colour_report` to the list of enabled plugins. ``` YAML :plugins: :enabled: - colour_report ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.31.1 | plugins/colour_report/README.md |
ceedling-0.31.0 | plugins/colour_report/README.md |
ceedling-0.30.0 | plugins/colour_report/README.md |