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

enable codecov partial coverage and use bash uploader #1396

Merged
merged 2 commits into from
Oct 14, 2019
Merged

enable codecov partial coverage and use bash uploader #1396

merged 2 commits into from
Oct 14, 2019

Conversation

tinovyatkin
Copy link
Contributor

@tinovyatkin tinovyatkin commented Oct 13, 2019

Enables partial line coverage for Codecov and uses faster Bash uploader targeting just one particular file

This will lower reported coverage because CI tests currently runs only on Node >=8 and Koa has some legacy code for earlier versions of Node

@codecov
Copy link

codecov bot commented Oct 13, 2019

Codecov Report

Merging #1396 into master will decrease coverage by 0.62%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1396      +/-   ##
==========================================
- Coverage     100%   99.37%   -0.63%     
==========================================
  Files           4        4              
  Lines         382      477      +95     
  Branches        0      127     +127     
==========================================
+ Hits          382      474      +92     
- Partials        0        3       +3
Impacted Files Coverage Δ
lib/application.js 98.19% <0%> (-1.81%) ⬇️
lib/response.js 99.37% <0%> (-0.63%) ⬇️
lib/request.js 100% <0%> (ø) ⬆️
lib/context.js 100% <0%> (ø) ⬆️

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 66c1593...f3b0724. Read the comment docs.

@dead-horse dead-horse merged commit 8be5626 into koajs:master Oct 14, 2019
@tinovyatkin tinovyatkin deleted the add-codecov-partials branch October 14, 2019 09:01
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.

None yet

2 participants