Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions nesy/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
run: npm ci
- name: Run tests
run: npm test
- name: Upload coverage
if: matrix.node-version == '20.x'
uses: codecov/codecov-action@v5
with:
files: ./coverage/coverage-final.json
flags: unittests
name: codecov-nsai
typecheck:
name: Type Checking
runs-on: ubuntu-latest
Expand Down
7 changes: 0 additions & 7 deletions zotpress/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ jobs:
run: composer lint
- name: Run PHPUnit tests
run: composer test
- name: Upload coverage to Codecov
if: matrix.php == '8.2'
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
with:
files: ./coverage/clover.xml
flags: php
fail_ci_if_error: false
# ─────────────────────────────────────────────────────────────────────────────
# PHP Static Analysis
# ─────────────────────────────────────────────────────────────────────────────
Expand Down
Loading