-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[feature]egg-bin cov support nyc params #2815
Comments
config it by package.json https://github.com/istanbuljs/nyc#configuring-nyc |
doesn't work, it will be force overwrite by the params provided by egg-bin |
right now, all args pass to maybe we could add some logic at PR is welcome |
or check whether |
seems when same key exists in both This makes "reporter" & "exclude" keys in For For
this might break all the '-x' logic currently implemented in |
sure, PR is welcome. |
pr is done, please help review. thx. |
We want to enable mocha & nyc's teamcity reporter to show test cases & coverage in our teamcity build server.
We've added teamcity support for mocha using:
But for nyc, we found nyc's params are fixed in egg-bin, we are not able to pass anything to it.
We've tried add additional reporter in .nycrc or package.json files, but they all got overwritten by the fixed params.
Please help check if there's any way we can enable teamcity reporter for nyc.
The text was updated successfully, but these errors were encountered: