Skip to content

Commit

Permalink
Maybe clean up coverage data in test run
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 2, 2024
1 parent 5d44e83 commit 9b82916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
pushd metacpan-docker
docker-compose exec -T api_test cpm install -g Devel::Cover
name: install Devel::Cover
- run:
name: clean up coverage data
command: |
pushd metacpan-docker/src/metacpan-api
rm -rf cover_db
- run:
command: |
pushd metacpan-docker
Expand Down

0 comments on commit 9b82916

Please sign in to comment.