Skip to content

Commit e349407

Browse files
committed
chore: enable code coverage XML
1 parent 5d38e72 commit e349407

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ concurrency:
1818
group: "${{ github.workflow }}-${{ github.ref }}"
1919
cancel-in-progress: true
2020

21+
env:
22+
PHPUNIT_ARGS: "--coverage-xml=docs/coverage/"
23+
2124
jobs:
2225
generate-ci-matrix:
2326
name: "Generate CI matrix"

0 commit comments

Comments
 (0)