Skip to content

Commit

Permalink
Store report as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
iwasherefirst2 committed Jan 13, 2022
1 parent ac89f65 commit 0a2eac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- run:
name: "Run tests"
command: phpdbg -qrr vendor/bin/phpunit --coverage-html build/coverage-report
- store_artifacts:
path: build/coverage-report
- codecov/upload:
file: build/coverage-report

Expand Down

0 comments on commit 0a2eac0

Please sign in to comment.