Skip to content

Commit e33aed8

Browse files
authored
Merge pull request #7431 from morozov/fix-codecov-badge-branch-links
Point coverage badges at per-branch pages
2 parents 73653de + 3bee7ef commit e33aed8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features f
1515

1616
[Coverage 5.0 image]: https://codecov.io/gh/doctrine/dbal/branch/5.0.x/graph/badge.svg
1717
[5.0]: https://github.com/doctrine/dbal/tree/5.0.x
18-
[CodeCov 5.0]: https://codecov.io/gh/doctrine/dbal/branch/5.0.x
18+
[CodeCov 5.0]: https://codecov.io/gh/doctrine/dbal/tree/5.0.x
1919
[GA 5.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A5.0.x
2020
[GA 5.0 image]: https://github.com/doctrine/dbal/actions/workflows/continuous-integration.yml/badge.svg?branch=5.0.x
2121

2222
[Coverage 4.5 image]: https://codecov.io/gh/doctrine/dbal/branch/4.5.x/graph/badge.svg
2323
[4.5]: https://github.com/doctrine/dbal/tree/4.5.x
24-
[CodeCov 4.5]: https://codecov.io/gh/doctrine/dbal/branch/4.5.x
24+
[CodeCov 4.5]: https://codecov.io/gh/doctrine/dbal/tree/4.5.x
2525
[GA 4.5]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.5.x
2626
[GA 4.5 image]: https://github.com/doctrine/dbal/actions/workflows/continuous-integration.yml/badge.svg?branch=4.5.x
2727

2828
[Coverage 4.4 image]: https://codecov.io/gh/doctrine/dbal/branch/4.4.x/graph/badge.svg
2929
[4.4]: https://github.com/doctrine/dbal/tree/4.4.x
30-
[CodeCov 4.4]: https://codecov.io/gh/doctrine/dbal/branch/4.4.x
30+
[CodeCov 4.4]: https://codecov.io/gh/doctrine/dbal/tree/4.4.x
3131
[GA 4.4]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.4.x
3232
[GA 4.4 image]: https://github.com/doctrine/dbal/actions/workflows/continuous-integration.yml/badge.svg?branch=4.4.x
3333

3434
[Coverage 3.10 image]: https://codecov.io/gh/doctrine/dbal/branch/3.10.x/graph/badge.svg
3535
[3.10]: https://github.com/doctrine/dbal/tree/3.10.x
36-
[CodeCov 3.10]: https://codecov.io/gh/doctrine/dbal/branch/3.10.x
36+
[CodeCov 3.10]: https://codecov.io/gh/doctrine/dbal/tree/3.10.x
3737
[GA 3.10]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.10.x
3838
[GA 3.10 image]: https://github.com/doctrine/dbal/actions/workflows/continuous-integration.yml/badge.svg?branch=3.10.x

0 commit comments

Comments
 (0)