Skip to content

Commit fbc75f9

Browse files
committed
fead(readme): add badges
1 parent 930ae9d commit fbc75f9

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/grumphp.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
- name: Run static analysis (GrumPHP)
4444
run: docker exec ${{ env.php-container }} php vendor/bin/grumphp run --testsuite=php${{ matrix.php-version }}
4545

46+
# - name: Upload coverage to Codecov
47+
# uses: codecov/codecov-action@v4
48+
# with:
49+
# files: ./path/to/coverage.xml
50+
# token: ${{ secrets.CODECOV_TOKEN }}
51+
4652
- name: Stop containers
4753
if: always()
4854
run: docker compose -f "compose.yaml" down -v

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
[//]: # ( [![CI Status](https://github.com/pixelfederation/doctrine-generic-types-bundle/workflows/CI/badge.svg)](https://github.com/pixelfederation/doctrine-generic-types-bundle/actions?query=workflow%3ACI))
2-
[//]: # ( [![Code Coverage](https://codecov.io/gh/pixelfederation/doctrine-generic-types-bundle/branch/master/graph/badge.svg?token=77JIFYSUC5)](https://codecov.io/gh/pixelfederation/doctrine-generic-types-bundle))
3-
[//]: # ([![Latest Version](https://img.shields.io/packagist/v/pixelfederation/pixelfederation/doctrine-generic-types-bundle.svg)](https://packagist.org/packages/pixelfederation/doctrine-generic-types-bundle))
4-
[//]: # ([![Downloads](https://img.shields.io/packagist/dm/pixelfederation/doctrine-generic-types-bundley)](https://packagist.org/packages/pixelfederation/doctrine-generic-types-bundle))
1+
[![Grumphp](https://github.com/pixelfederation/doctrine-generic-types-bundle/actions/workflows/grumphp.yaml/badge.svg)](https://github.com/pixelfederation/doctrine-generic-types-bundle/actions/workflows/grumphp.yaml)
2+
[![Latest Version](https://img.shields.io/packagist/v/pixelfederation/doctrine-generic-types-bundle.svg)](https://packagist.org/packages/pixelfederation/doctrine-generic-types-bundle)
3+
[![Downloads](https://img.shields.io/packagist/dm/pixelfederation/doctrine-generic-types-bundley)](https://packagist.org/packages/pixelfederation/doctrine-generic-types-bundle)
4+
5+
[//]: # ([![Code Coverage](https://codecov.io/gh/pixelfederation/doctrine-generic-types-bundle/branch/master/graph/badge.svg?token=77JIFYSUC5)](https://codecov.io/gh/pixelfederation/doctrine-generic-types-bundle))
56

67
# PixelFederation DoctrineGenericTypesBundle
78

0 commit comments

Comments
 (0)