-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move API to using glob patterns #32
Conversation
BREAKING CHANGE: old API (reportDir and rootDir) has been dropped in favour of the new Glob patterns allowing further configurability for report file names
…Node 8 reaches it's EOL BREAKING CHANGE: drops support for 10.0.0 > Node >= 8.6.0
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 28 24 -4
Branches 1 2 +1
=====================================
- Hits 28 24 -4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you for this PR. Could you update readme as well?
@Antontelesh just updated the readme file, sorry completely forgot about it when I made the PR |
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This allows for further customization of report file names, fixes #10.
It also upgrades officially supported (and tested against) Node version to 10.0.0.