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

Generating import report for source language #115

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

icnocop
Copy link
Contributor

@icnocop icnocop commented Mar 13, 2019

Fixes #112

@codecov-io
Copy link

Codecov Report

Merging #115 into master will increase coverage by 0.07%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   52.05%   52.12%   +0.07%     
==========================================
  Files          91       91              
  Lines        6901     6891      -10     
  Branches     1730     1724       -6     
==========================================
  Hits         3592     3592              
+ Misses       2645     2635      -10     
  Partials      664      664
Impacted Files Coverage Δ
lib/Serge/Importer.pm 2.64% <0%> (+0.16%) ⬆️

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 aa5ac6b...3ef121f. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Mar 13, 2019

Codecov Report

Merging #115 into master will increase coverage by 0.13%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   52.05%   52.18%   +0.13%     
==========================================
  Files          91       91              
  Lines        6901     6891      -10     
  Branches     1730     1724       -6     
==========================================
+ Hits         3592     3596       +4     
+ Misses       2645     2634      -11     
+ Partials      664      661       -3
Impacted Files Coverage Δ
lib/Serge/Importer.pm 2.64% <0%> (+0.16%) ⬆️
lib/Serge/Command/import.pm 7.76% <0%> (ø) ⬆️
lib/Serge/Engine/Plugin/limit_languages.pm 66.66% <0%> (+2.56%) ⬆️

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 aa5ac6b...12f681e. Read the comment docs.

@icnocop
Copy link
Contributor Author

icnocop commented Mar 14, 2019

The codecov/patch check failed because there aren't any tests for Importer.pm yet.

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.

Generate import report for source language
2 participants