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

Environment sanity checks #40

Merged
merged 2 commits into from
Aug 7, 2020
Merged

Environment sanity checks #40

merged 2 commits into from
Aug 7, 2020

Conversation

sbidoul
Copy link
Owner

@sbidoul sbidoul commented Aug 7, 2020

closes #37

  • abort if pip is absent
  • abort if pkg_resources is absent
  • warn if old pip
  • warn if wheel is absent

@codecov
Copy link

codecov bot commented Aug 7, 2020

Codecov Report

Merging #40 into master will increase coverage by 0.10%.
The diff coverage is 95.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   93.93%   94.03%   +0.10%     
==========================================
  Files          14       15       +1     
  Lines         758      805      +47     
  Branches      140      143       +3     
==========================================
+ Hits          712      757      +45     
- Misses         29       30       +1     
- Partials       17       18       +1     
Impacted Files Coverage Δ
src/pip_deepfreeze/__main__.py 90.47% <60.00%> (-4.40%) ⬇️
src/pip_deepfreeze/sanity.py 100.00% <100.00%> (ø)

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 c560323...8ee1961. Read the comment docs.

@sbidoul sbidoul merged commit a9a9559 into master Aug 7, 2020
@sbidoul sbidoul deleted the sanity-check branch August 7, 2020 20:03
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.

Environment sanity checks
1 participant