Skip to content

Commit

Permalink
Re-add missing codecov flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm committed Mar 27, 2024
1 parent 102ae12 commit f21c10b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
flags: |
unit-tests
php-${{ matrix.php-version }}
sf-${{ matrix.symfony-version }}
path: build/coverage-groups

- name: Create "functional tests" coverage group
Expand All @@ -119,6 +120,7 @@ jobs:
flags: |
functional-tests
php-${{ matrix.php-version }}
sf-${{ matrix.symfony-version }}
path: build/coverage-groups

- name: Upload coverage reports
Expand Down

0 comments on commit f21c10b

Please sign in to comment.