cheddar-lang / Cheddar

🧀 Cheddar, the language that works for you
cheddar.vihan.org
Apache License 2.0
28 stars 9 forks source link

cli [update]: `--update` option to update from CLI #17

Closed vihanb closed 8 years ago

vihanb commented 8 years ago

the --update flag on *nix systems auto-updates Cheddar

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.6%) to 73.8% when pulling e878951d84eeae8f8e67874792d12bea97a8aaf0 on feature-cliupdate into 559bd628cafdc092e7d9be8e15c89725a2970b10 on master.

codecov-io commented 8 years ago

Current coverage is 77.10%

Merging #17 into master will decrease coverage by 0.41%

@@             master        #17   diff @@
==========================================
  Files            66         66          
  Lines          1392       1402    +10   
  Methods         152        154     +2   
  Messages          0          0          
  Branches        283        285     +2   
==========================================
+ Hits           1079       1081     +2   
- Misses          313        321     +8   
  Partials          0          0          

Powered by Codecov. Last updated by 559bd62...e878951

vihanb commented 8 years ago

Wuh oh that's not good

The-Quill commented 8 years ago

You gotta increase coverage for it to pass build @vihanb <_<