Skip to content

Commit

Permalink
Merge pull request #44 from stevegrunwell/fix/code-coverage-on-develop
Browse files Browse the repository at this point in the history
Enable code coverage to be computed when merging into develop and/or main
  • Loading branch information
stevegrunwell authored Dec 2, 2023
2 parents 43c10c7 + 452576e commit 8feaae5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Code Coverage

on: [pull_request]
on:
pull_request:
push:
branches:
- develop
- main

jobs:
coverage:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# PHPUnit Markup Assertions

![Build Status](https://github.com/stevegrunwell/phpunit-markup-assertions/workflows/Unit%20Tests/badge.svg)
[![GitHub release](https://img.shields.io/github/release/stevegrunwell/phpunit-markup-assertions.svg)](https://github.com/stevegrunwell/phpunit-markup-assertions/releases)
[![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)
[![GitHub Release](https://img.shields.io/github/release/stevegrunwell/phpunit-markup-assertions.svg)](https://github.com/stevegrunwell/phpunit-markup-assertions/releases)

This library introduces the `MarkupAssertionsTrait` trait for use in [PHPUnit](https://phpunit.de) tests.

Expand Down

0 comments on commit 8feaae5

Please sign in to comment.