mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 05:18:40 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/phpOMS into develop
This commit is contained in:
commit
0cfe3a45bd
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -77,7 +77,11 @@ jobs:
|
||||||
- name: Setup Composer
|
- name: Setup Composer
|
||||||
run: composer install
|
run: composer install
|
||||||
- name: phpunit
|
- name: phpunit
|
||||||
run: vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml
|
run: vendor/bin/phpunit --coverage-clover tests/coverage.xml --configuration tests/phpunit_no_coverage.xml
|
||||||
|
- name: codecov
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
|
||||||
|
run: "bash <(curl -s https://codecov.io/bash) -f tests/coverage.xml"
|
||||||
static-tests:
|
static-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user