Skip to content
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

chore(package): replace deprecated babel-plugin-__coverage__ #1940

Merged
merged 1 commit into from
Aug 11, 2017

Conversation

layershifter
Copy link
Member

Rel #1895.
Details.

@codecov-io
Copy link

codecov-io commented Aug 7, 2017

Codecov Report

Merging #1940 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1940      +/-   ##
=========================================
+ Coverage   99.77%   99.8%   +0.03%     
=========================================
  Files         148     148              
  Lines        2640    2565      -75     
=========================================
- Hits         2634    2560      -74     
+ Misses          6       5       -1
Impacted Files Coverage Δ
src/modules/Popup/PopupContent.js 100% <0%> (ø) ⬆️
src/collections/Menu/MenuMenu.js 100% <0%> (ø) ⬆️
src/views/Item/ItemDescription.js 100% <0%> (ø) ⬆️
src/collections/Table/TableHeaderCell.js 100% <0%> (ø) ⬆️
src/modules/Accordion/AccordionTitle.js 100% <0%> (ø) ⬆️
src/elements/Button/Button.js 100% <0%> (ø) ⬆️
src/collections/Breadcrumb/BreadcrumbDivider.js 100% <0%> (ø) ⬆️
src/modules/Sidebar/SidebarPushable.js 100% <0%> (ø) ⬆️
src/collections/Grid/Grid.js 100% <0%> (ø) ⬆️
src/collections/Table/TableFooter.js 100% <0%> (ø) ⬆️
... and 138 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0ac506...8283608. Read the comment docs.

karma.conf.js Outdated
@@ -46,6 +46,7 @@ module.exports = (karmaConfig) => {
singleRun: true,
preprocessors: {
// do not include 'coverage' preprocessor for karma-coverage
// TODO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this will also be true for istanbul since the bundle is instrumented before it ever gets to Karma (the browser).

That said, an easy check would be to run tests and open coverage/lcov-report/index.html in browser an see if it looks right.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I doubt that I left it. However, I will check

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If's a cruft TODO, coverage is collected normally without coverage preprocessor

Copy link
Member

@levithomason levithomason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's resolve the TODO before merge.

@levithomason levithomason merged commit 9184402 into master Aug 11, 2017
@levithomason levithomason deleted the chore-coverage-plugin branch August 11, 2017 16:03
@levithomason
Copy link
Member

Released in semantic-ui-react@0.71.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants