Skip to content

Commit

Permalink
Update code-coverage version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwasherefirst2 committed Jan 13, 2022
1 parent 7682d45 commit 20e0314
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: 2.1

orbs:
codecov: codecov/codecov@1.0.2
codecov: codecov/codecov@3.2.2

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
Expand Down Expand Up @@ -55,7 +55,6 @@ jobs:
command: phpdbg -qrr vendor/bin/phpunit --coverage-html build/coverage-report --coverage-clover coverage.xml
- store_artifacts:
path: build/coverage-report
- codecov/upload:
file: coverage.xml
- codecov/upload


0 comments on commit 20e0314

Please sign in to comment.