passkey_fw/test/unit-test/vendor/ceedling/plugins/colour_report
hathach 3623ba1884
fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
..
lib move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
README.md fix trailing space and new line 2023-03-17 16:12:49 +07:00

README.md

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.

:plugins:
  :enabled:
    - colour_report