Skip to content

Commit 0b19288

Browse files
committed
Mention support for CodeCov in `undercover' plugin's documentation.
1 parent 487cd66 commit 0b19288

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ space-separated list of any of the following flags:
18141814

18151815
whether to generate the report; default value is `auto`;
18161816

1817-
`coveralls`, `simplecov`, `text`::
1817+
`coveralls`, `simplecov`, `codecov`, `text`::
18181818

18191819
format of the report to generate; default is `coveralls`;
18201820

@@ -1834,7 +1834,8 @@ each other:
18341834

18351835
* if report format is not set explicitly, it is derived from extension
18361836
of report filename if possible: `.json` for `simplecov` format,
1837-
`.txt` or `.text` for a text report;
1837+
`.txt` or `.text` for a text report; `codecov` format cannot be set
1838+
this way, currently;
18381839
* when requested format is not `coveralls`, report is always generated
18391840
unless `auto` or `off` (`never`) is specified explicitly.
18401841

0 commit comments

Comments
 (0)