Skip to content

Commit

Permalink
Use codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Davies committed Mar 6, 2019
1 parent b637681 commit 9af15d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .semaphore/semaphore.yml
Expand Up @@ -29,6 +29,7 @@ blocks:
- name: Tests
commands:
- composer test
- bash <(curl -s https://codecov.io/bash)

- name: Linting
commands:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
}
},
"scripts": {
"test": "phpdbg -qrr vendor/bin/phpunit --coverage-text --colors=never --coverage-html ./coverage",
"test": "phpdbg -qrr vendor/bin/phpunit",
"lint": "phpstan analyse src tests --level=7 -c phpstan.neon"
}
}

0 comments on commit 9af15d0

Please sign in to comment.