File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3030 - run :
3131 name : run tests with coverage
3232 command : |
33- docker compose --profile test run --env HARNESS_PERL_SWITCHES=-MDevel::Cover -v ./cover_db:/app/cover_db/ api-test bash -c 'prove -lr -j4 t && cover -report json '
33+ docker compose --profile test run --env HARNESS_PERL_SWITCHES=-MDevel::Cover -v ./cover_db:/app/cover_db/ api-test bash -c 'prove -lr -j4 t && cover -report codecovbash '
3434 # We are relying on environment variables from the host to be available when
3535 # we publish the report, so we publish from the host rather than trying
3636 # to propagate env variables to the container.
3737 - codecov/upload :
38- file : cover_db/cover .json
38+ file : cover_db/codecov .json
Original file line number Diff line number Diff line change @@ -162,4 +162,5 @@ on develop => sub {
162162 requires ' PPIx::Regexp' , ' 0.085' ; # Perl::Critic
163163 requires ' String::Format' , ' 1.18' ; # Perl::Critic
164164 requires ' Devel::Cover' ;
165+ requires ' Devel::Cover::Report::Codecovbash' ;
165166};
You can’t perform that action at this time.
0 commit comments