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

feat: allow uncovered lines to be ignored with special comment #23

Merged
merged 4 commits into from
May 2, 2019

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented May 2, 2019

hard to reach uncovered lines can now be ignored using the special:

/* c8 ignore next */ comment.

bcoe added 2 commits May 1, 2019 21:41
uncovered lines can now be ignored using the special /* c8 ignore next */ comment.
@coveralls
Copy link

coveralls commented May 2, 2019

Pull Request Test Coverage Report for Build 89

  • 34 of 34 (100.0%) changed or added relevant lines in 3 files are covered.
  • 13 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+2.9%) to 96.587%

Files with Coverage Reduction New Missed Lines %
lib/v8-to-istanbul.js 2 98.24%
lib/source.js 11 93.51%
Totals Coverage Status
Change from base Build 83: 2.9%
Covered Lines: 482
Relevant Lines: 495

💛 - Coveralls

@bcoe bcoe merged commit fcc0403 into master May 2, 2019
@bcoe bcoe deleted the ignore-next branch May 2, 2019 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants