more codevoc
This commit is contained in:
parent
a3261f3be8
commit
a3afe42950
7
.github/workflows/codecov.yml
vendored
7
.github/workflows/codecov.yml
vendored
@ -1,3 +1,10 @@
|
||||
language: php
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover coverage.xml
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: codecov/codecov-action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user