Skip to content

Commit

Permalink
Bump for 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Apr 10, 2019
1 parent e400770 commit 68a6d5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 2.15.0

- Added `-j/--junit-report` to generate an JUnit/XML test report.
Contributed by @fchauvel in #204. Resolves #104.

# Version 2.14.2
## 4 Apr 2019

Expand Down
4 changes: 3 additions & 1 deletion cli-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ Other Options:
-n PATTERN, --test-pattern PATTERN
Pattern to match test method names after 'test'.
Default is '*', meaning match methods named 'test*'.
-j FILENAME, --junit-report FILENAME
Generate a JUnit XML report.

Coverage Options (Coverage 4.4.2):
Coverage Options (Coverage 4.5.2):
-r, --run-coverage Produce coverage output.
-R, --quiet-coverage Do not print coverage report to stdout (coverage files
will still be created). Implies --run-coverage
Expand Down
2 changes: 1 addition & 1 deletion green/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.2
2.15.0

0 comments on commit 68a6d5a

Please sign in to comment.