summaryrefslogtreecommitdiff
path: root/test/unit-test/vendor/ceedling/plugins/colour_report/README.md
blob: 5f4ff77b1a1d77b2a29b4d6c42217625f32c9005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
```