File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : Code Coverage
2
2
3
- on : [pull_request]
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - develop
8
+ - main
4
9
5
10
jobs :
6
11
coverage :
Original file line number Diff line number Diff line change 1
1
# PHPUnit Markup Assertions
2
2
3
3
![ Build Status] ( https://github.com/stevegrunwell/phpunit-markup-assertions/workflows/Unit%20Tests/badge.svg )
4
- [ ![ GitHub release] ( https://img.shields.io/github/release/stevegrunwell/phpunit-markup-assertions.svg )] ( https://github.com/stevegrunwell/phpunit-markup-assertions/releases )
4
+ [ ![ Code Coverage] ( https://coveralls.io/repos/github/stevegrunwell/phpunit-markup-assertions/badge.svg?branch=develop )] ( https://coveralls.io/github/stevegrunwell/phpunit-markup-assertions?branch=develop )
5
+ [ ![ GitHub Release] ( https://img.shields.io/github/release/stevegrunwell/phpunit-markup-assertions.svg )] ( https://github.com/stevegrunwell/phpunit-markup-assertions/releases )
5
6
6
7
This library introduces the ` MarkupAssertionsTrait ` trait for use in [ PHPUnit] ( https://phpunit.de ) tests.
7
8
You can’t perform that action at this time.
0 commit comments