koajs / koa

Expressive middleware for node.js using ES2017 async functions
https://koajs.com
MIT License
35.24k stars 3.23k forks source link

fix code coverage #1847

Open cenfun opened 2 weeks ago

cenfun commented 2 weeks ago

Fixed code coverage report for node test runner with mcr

NOTE: Please help to Adding the Codecov token for reporting coverage to Codecov. @jonathanong

Following reports will be generated after running npm run test:coverage

see coverage config mcr.config.js

Checklist

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.56%. Comparing base (b89e19a) to head (8bebae3). Report is 22 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1847 +/- ## ========================================== - Coverage 99.61% 99.56% -0.05% ========================================== Files 5 6 +1 Lines 520 928 +408 Branches 147 2 -145 ========================================== + Hits 518 924 +406 Misses 2 2 - Partials 0 2 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.