micro-analytics / micro-analytics-cli

Public analytics as a Node.js microservice. No sysadmin experience required! 📈
MIT License
734 stars 39 forks source link

Fix autodeployment of demo.micro-analytics.io #73

Closed relekang closed 7 years ago

relekang commented 7 years ago

The autodeployment has broken. This is a try to fix it. I had to change from yarn to npm5 to make this work since yarn cli does not seem to be available on now and installing extra adapter in the deployment with npm5 without npm5 lock file resulted in a broken node_modules structure.

btw, the current version on https://demo.micro-analytics.io is from running deploy script locally.

Todo

codecov-io commented 7 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   75.28%   75.28%           
=======================================
  Files          10       10           
  Lines         259      259           
  Branches       44       44           
=======================================
  Hits          195      195           
  Misses         59       59           
  Partials        5        5

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 74a4942...5768173. Read the comment docs.