From a3afe42950ea8a7b099ad3d37fff2bda69d23fad Mon Sep 17 00:00:00 2001 From: thies Date: Sun, 10 Jan 2021 18:30:54 +0100 Subject: [PATCH] more codevoc --- .github/workflows/codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 695db31..3569052 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -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 @@ -5,4 +12,4 @@ steps: files: ./coverage1.xml,./coverage2.xml # optional flags: unittests # optional name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false \ No newline at end of file + fail_ci_if_error: true # optional (default = false