Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean authored Jun 5, 2018
1 parent ab0011f commit e82debe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
- run: vendor/bin/phpunit -d memory_limit=512M --coverage-clover=./coverage.xml -v
- run: pwd
- run: ls -al
- run: sed -i '' 's/\/root\/var\/www\/vendor\/silverstripers\/markdown\///g' coverage.xml
- run: cat coverage.xml
- run: bash <(curl -s https://codecov.io/bash) -f coverage.xml

0 comments on commit e82debe

Please sign in to comment.