File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments