diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-02-01 11:20:30 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-02-01 11:20:30 +0200 |
| commit | 354067b319d587bd0a178ddc0ed1e79de5460381 (patch) | |
| tree | 9aa10bae96cecf982cbfd0fef370f5c8e13b61c5 /.github/workflows/coverage.yml | |
| parent | 233bbd9d9262002fbeee96114c08d90a7b45edef (diff) | |
Add CI workflows for coverage and linting; update README to remove Codecov badge
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml deleted file mode 100644 index a55fa9b..0000000 --- a/.github/workflows/coverage.yml +++ /dev/null @@ -1,31 +0,0 @@ -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] -name: Coverage -jobs: - coverage: - name: Coverage - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Set up php 8.3 - uses: shivammathur/setup-php@v2 - with: - php-version: "8.3" - coverage: xdebug - - - name: Set-up Composer - uses: php-actions/composer@v6 - - - name: Run tests and collect coverage - run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests - - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
\ No newline at end of file |
