brewhops / api

API for the brewhops fermentation tracking system
https://brewhops-api.now.sh
0 stars 0 forks source link

Dev #14

Closed danvanhorn closed 5 years ago

danvanhorn commented 5 years ago

It's time to take down the heroku deployment and move to primarily using now. This change will remove a lot of files, including the entire dist directory because we no longer need to pre-build the app and push those files in order to deploy it.

vercel[bot] commented 5 years ago

This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://api-git-dev.brewhops.now.sh

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@d70b945). Click here to learn what that means. The diff coverage is 81.13%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage          ?   82.38%           
=========================================
  Files             ?       11           
  Lines             ?      335           
  Branches          ?       12           
=========================================
  Hits              ?      276           
  Misses            ?       59           
  Partials          ?        0
Impacted Files Coverage Δ
src/utils/auth.ts 100% <ø> (ø)
src/components/versions/controller.ts 100% <100%> (ø)
src/dal/postgres.ts 100% <100%> (ø)
src/components/actions/controller.ts 97.14% <100%> (ø)
src/dal/db.ts 37.5% <16.66%> (ø)
src/middleware/auth.ts 52.94% <28.57%> (ø)
src/components/batches/controller.ts 71.42% <77.77%> (ø)
src/dal/crud.ts 85.29% <85.71%> (ø)
src/components/employees/controller.ts 78.78% <90%> (ø)
src/components/recipes/controller.ts 88.57% <90%> (ø)
... and 1 more

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 d70b945...e2975f1. Read the comment docs.