Skip to content

Commit

Permalink
Remove code coverage from CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 4, 2024
1 parent ae91736 commit 8d2ec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
command: cpanm --version
- run:
name: Prepare testing environment
command: sudo cpanm -iqn Test::Most Test::Needs Devel::Cover::Report::Codecov
command: sudo cpanm -iqn Test::Most Test::Needs
- run:
name: Install dependancies
command: sudo cpanm -iqn --installdeps .
Expand Down

0 comments on commit 8d2ec29

Please sign in to comment.