Skip to content

Commit

Permalink
[BUGFIX] Disable coverage in all unrelated jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Nov 11, 2022
1 parent 8e9c21c commit 23bb1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
php-version: 8.1
tools: composer:v2, composer-require-checker, composer-unused
coverage: none

# Validation
- name: Validate composer.json
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
php-version: 7.4
extensions: intl, mbstring, json, zip, curl
tools: composer:v2
coverage: none

# Build dependencies
- name: Build dependencies
Expand Down

0 comments on commit 23bb1e3

Please sign in to comment.