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 30
30
- run :
31
31
name : run tests with coverage
32
32
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 '
34
34
# We are relying on environment variables from the host to be available when
35
35
# we publish the report, so we publish from the host rather than trying
36
36
# to propagate env variables to the container.
37
37
- 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 {
162
162
requires ' PPIx::Regexp' , ' 0.085' ; # Perl::Critic
163
163
requires ' String::Format' , ' 1.18' ; # Perl::Critic
164
164
requires ' Devel::Cover' ;
165
+ requires ' Devel::Cover::Report::Codecovbash' ;
165
166
};
You can’t perform that action at this time.
0 commit comments