Skip to content

Commit d0ba7c6

Browse files
committed
[TASK] Update status badges
1 parent ae4e968 commit d0ba7c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Merge multiple PHPUnit reports into one file
22

33
[![Latest Stable Version](https://img.shields.io/packagist/v/nimut/phpunit-merger.svg)](https://packagist.org/packages/nimut/phpunit-merger)
4-
[![StyleCI](https://styleci.io/repos/114540931/shield?branch=master)](https://styleci.io/repos/114540931)
4+
[![StyleCI](https://styleci.io/repos/114540931/shield?branch=main)](https://styleci.io/repos/114540931)
5+
![GitHub Actions](https://github.com/Nimut/phpunit-merger/actions/workflows/test.yml/badge.svg?event=push)
56

67
Sometimes it is necessary to run multiple PHPUnit instances to execute all tests of a project. Unfortunately each run
78
writes its own coverage and log reports. There is no support in PHPUnit to merge the reports of multiple runs.

0 commit comments

Comments
 (0)