omahajs / generator-omaha

Yeoman generator designed to help you craft sustainable code for the modern web
https://omaha.js.org
MIT License
12 stars 1 forks source link

Feature/remove coveralls #119

Closed jhwohlgemuth closed 6 years ago

jhwohlgemuth commented 6 years ago

After discovering the awesome-ness that is Codecov and in preparation of omaha-cli... this is the first step in "trimming the fat" for the omaha generator.

codecov[bot] commented 6 years ago

Codecov Report

Merging #119 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   99.13%   99.13%   -0.01%     
==========================================
  Files          21       21              
  Lines         578      576       -2     
  Branches       84       82       -2     
==========================================
- Hits          573      571       -2     
  Misses          5        5
Impacted Files Coverage Δ
generators/webapp/index.js 100% <ø> (ø) :arrow_up:
generators/project/commandLineOptions.js 100% <ø> (ø) :arrow_up:
generators/app/prompts.js 100% <ø> (ø) :arrow_up:
generators/app/gruntTaskConfigs.js 100% <ø> (ø) :arrow_up:
test/lib/common.js 100% <100%> (ø) :arrow_up:
generators/app/doneMessage.js 100% <100%> (ø) :arrow_up:
generators/app/utils.js 100% <100%> (ø) :arrow_up:
generators/project/index.js 100% <100%> (ø) :arrow_up:

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 afe0c57...f991f73. Read the comment docs.

jhwohlgemuth commented 6 years ago

Remove Coveralls from generator