diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83afc07..d8ac4c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,9 @@ jobs: run: composer run phpunit - name: Send coverage uses: codecov/codecov-action@v1 + with: + flags: unit-${{ matrix.php-version }}-${{ matrix.os }} + name: phpunit-${{ matrix.php-version }}-${{ matrix.os }} - name: Send coverage to Scrutinizer uses: sudo-bot/action-scrutinizer@latest # Upload can fail on forks