in reply to Re^9: Creating coverage big report
in thread Creating coverage big report
So I run:use Devel::Cover qw(+ignore /path/to/project/,tests/ -silent 1 -summar +y 0 +select path/to/tool/to/get/cov); my $cmd = "Galic --path ./path/to/project --run --wait"; system($cmd); print("Done"); exit(0);
After running the last command (cover) I get the following output:cover -delete ./wrapper cover
And it creates an empty coverage report.Reading database from /disk/work/playground/cover_db found cover.13 in /disk/work/playground/cover_db/runs/1570436863.1576. +17667 at /usr/pkgs/perl/5.26.1/lib64/site_perl/Devel/Cover/DB.pm line + 217. Devel::Cover: /disk/work/playground/cover_db/runs/1570436863.1576.1766 +7 is an invalid database + ---------------------------------------------------------------------- +------- File + ---------------------------------------------------------------------- +------- Total + ---------------------------------------------------------------------- +------- HTML output written to /disk/work/playground/cover_db/coverage.html done.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Creating coverage big report
by jcb (Parson) on Oct 07, 2019 at 22:54 UTC | |
by ovedpo15 (Pilgrim) on Oct 09, 2019 at 23:14 UTC | |
by jcb (Parson) on Oct 09, 2019 at 23:24 UTC |