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

Include only source files in test coverage #23

Merged
merged 3 commits into from
Sep 12, 2019
Merged

Include only source files in test coverage #23

merged 3 commits into from
Sep 12, 2019

Conversation

mesaugat
Copy link
Member

@mesaugat mesaugat commented Sep 12, 2019

Additionally, require ts-node/register in nyc to leave out TS interfaces from test coverage.

@codecov-io
Copy link

codecov-io commented Sep 12, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #23       +/-   ##
==========================================
+ Coverage   51.03%   69.1%   +18.07%     
==========================================
  Files          10       5        -5     
  Lines         145     123       -22     
  Branches       19      19               
==========================================
+ Hits           74      85       +11     
+ Misses         65      31       -34     
- Partials        6       7        +1
Impacted Files Coverage Δ
examples/express-ts/src/index.ts
examples/express-ts/src/middlewares.ts
examples/express-ts/src/service.ts
examples/express-ts/backpack.config.js
index.js
src/index.ts 59.18% <0%> (+10.53%) ⬆️

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 37416ca...f16f3d9. Read the comment docs.

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

Successfully merging this pull request may close these issues.

3 participants