Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista committed Jan 24, 2024
1 parent c889c80 commit 74afb28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
include:
- php: 7.4
symfony: "^4"
coverage: true
- php: 7.4
symfony: "^5"
# - php: 8.1
steps:
- name: Checkout
Expand All @@ -32,5 +35,6 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
- name: Upload code coverage
uses: codecov/codecov-action@v3
if: matrix.coverage
with:
file: build/coverage-report.xml

0 comments on commit 74afb28

Please sign in to comment.