From 8dd91565ac6d375f4c794b173d7ba1362bc7c6c6 Mon Sep 17 00:00:00 2001 From: thies Date: Sun, 10 Jan 2021 18:33:15 +0100 Subject: [PATCH] maybe later --- .github/workflows/codecov.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/codecov.yml diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml deleted file mode 100644 index 3569052..0000000 --- a/.github/workflows/codecov.yml +++ /dev/null @@ -1,15 +0,0 @@ -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 - with: - files: ./coverage1.xml,./coverage2.xml # optional - flags: unittests # optional - name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false