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

Tweak CircleCI configuration for builds. #951

Merged
merged 4 commits into from
Jan 6, 2020
Merged

Conversation

adunkman
Copy link
Member

@adunkman adunkman commented Jan 3, 2020

Regarding #943.

CircleCI tweaks to simplify, modernize, and improve usage of CircleCI:

This PR does not address deployment issues, will follow-up with an additional PR around deploys.

This now has a default value, so it is no longer required.
Use npm ci over npm install — which will not edit any dependencies in the lockfile and instead fail if anything is unavailable. Additionally, updates the cache name to use this lockfile, and caches npm’s cache folder (as npm ci destroys node_modules always on run).
Probably faster, less arbitrary!
The `nc` arguments are different between OS X and Linux… ugh.
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #951   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files          39       39           
  Lines        1685     1685           
=======================================
  Hits         1541     1541           
  Misses        144      144
Impacted Files Coverage Δ
hours/models.py 96.21% <0%> (ø) ⬆️

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 d63f0a9...713938b. Read the comment docs.

@adunkman adunkman merged commit 805aafd into master Jan 6, 2020
@adunkman adunkman deleted the circleci-tweaks branch January 6, 2020 15:53
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.

3 participants