Skip to content

Commit d84808b

Browse files
committed
Don't worry about code coverage for now, update badges
1 parent b69060c commit d84808b

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
php-version: ${{ matrix.php-versions }}
2323
coverage: none
2424

25-
- name: Setup PHP w/ Code Coverage
26-
uses: shivammathur/setup-php@v2
27-
if: ${{ matrix.php == '7.4' }}
28-
with:
29-
php-version: ${{ matrix.php-versions }}
30-
coverage: xdebug
31-
3225
- name: Get composer cache directory
3326
id: composer-cache
3427
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
@@ -46,7 +39,3 @@ jobs:
4639
- name: Run test suite
4740
if: ${{ matrix.php != '7.4' }}
4841
run: composer test
49-
50-
- name: Run test suite with code coverage
51-
if: ${{ matrix.php == '7.4' }}
52-
run: composer test --coverage-text

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# PHPUnit Markup Assertions
22

3-
[![Build Status](https://travis-ci.org/stevegrunwell/phpunit-markup-assertions.svg?branch=develop)](https://travis-ci.org/stevegrunwell/phpunit-markup-assertions)
4-
[![Coverage Status](https://coveralls.io/repos/github/stevegrunwell/phpunit-markup-assertions/badge.svg?branch=develop)](https://coveralls.io/github/stevegrunwell/phpunit-markup-assertions?branch=develop)
3+
![Build Status](https://github.com/stevegrunwell/phpunit-markup-assertions/workflows/Unit%20Tests/badge.svg)
54
[![GitHub release](https://img.shields.io/github/release/stevegrunwell/phpunit-markup-assertions.svg)](https://github.com/stevegrunwell/phpunit-markup-assertions/releases)
65

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

0 commit comments

Comments
 (0)