Skip to content

Commit

Permalink
Bump codecov/codecov-action to v3
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jun 29, 2023
1 parent 1455afa commit 5b17884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
php -f examples/read_point.php > /dev/null
php -f examples/read_polygon.php > /dev/null
- name: Send coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: unit-${{ matrix.php-version }}-${{ matrix.php-extensions }}-${{ matrix.os }}
name: phpunit-${{ matrix.php-version }}-${{ matrix.php-extensions }}-${{ matrix.os }}
Expand Down

0 comments on commit 5b17884

Please sign in to comment.