Skip to content

Commit 5f5acdd

Browse files
committed
Updated readme to mention flawless success indicator.
Changed code coverage from Coveralls -> Codecov.
1 parent 0543bf4 commit 5f5acdd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ script:
3131
- composer test -- --coverage-clover=build/logs/clover.xml
3232

3333
after_success:
34-
- composer require satooshi/php-coveralls
35-
- vendor/bin/coveralls -v
34+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ Immediate Exception Printer is a [PHPUnit][PHPUnit] plug-in that prints out exce
1212
## Benefits
1313

1414
* Immediately print out exceptions and assertion failures as they occur.
15+
* Flawless test suite indicator: success dot turns red if any prior tests failed.
1516
* Display the execution time of each test in tiered colour bands.
1617
* Display the name of each test case as it is executed.
1718

1819
## Preview
1920

20-
The following preview is somewhat atypical but shows all tested output cases this printer supports.
21+
The following preview is somewhat atypical but shows all supported output cases.
2122

22-
![Preview image](https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/master/doc/images/test%20run%201.0.png)
23+
![Preview image](https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/master/doc/images/test%20run%201.2.png)
2324

24-
Not shown: the normal test summary output you're used to seeing at the end of a test run. This library makes no attempt to modify the summary; only runtime output is changed.
25+
This library makes no attempt to modify the test summary; only runtime output is changed.
2526

2627
## Usage
2728

@@ -90,8 +91,8 @@ Thanks to the following open source projects that inspired this project. Keep be
9091
[Downloads image]: https://poser.pugx.org/scriptfusion/phpunit-immediate-exception-printer/downloads "Total downloads"
9192
[Build]: https://travis-ci.org/ScriptFUSION/PHPUnit-Immediate-Exception-Printer
9293
[Build image]: https://travis-ci.org/ScriptFUSION/PHPUnit-Immediate-Exception-Printer.svg?branch=master "Build status"
93-
[Coverage]: https://coveralls.io/github/ScriptFUSION/PHPUnit-Immediate-Exception-Printer
94-
[Coverage image]: https://coveralls.io/repos/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/badge.svg "Test coverage"
94+
[Coverage]: https://codecov.io/gh/ScriptFUSION/PHPUnit-Immediate-Exception-Printer
95+
[Coverage image]: https://codecov.io/gh/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/branch/master/graphs/badge.svg "Test coverage"
9596
[Style]: https://styleci.io/repos/83920053
9697
[Style image]: https://styleci.io/repos/83920053/shield?style=flat "Code style"
9798

doc/images/test run 1.2.png

84.1 KB
Loading

0 commit comments

Comments
 (0)