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

Fix load_config failure in command and repl use #73

Merged
merged 4 commits into from May 4, 2021
Merged

Conversation

micahjsmith
Copy link
Contributor

Fixes #72

@codecov-commenter
Copy link

codecov-commenter commented May 4, 2021

Codecov Report

Merging #73 (9698037) into master (6710d88) will decrease coverage by 0.49%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   84.87%   84.38%   -0.50%     
==========================================
  Files          47       47              
  Lines        2751     2753       +2     
  Branches      280      281       +1     
==========================================
- Hits         2335     2323      -12     
- Misses        327      341      +14     
  Partials       89       89              
Impacted Files Coverage Δ
ballet/project.py 87.24% <100.00%> (+0.17%) ⬆️
ballet/compat.py 27.27% <0.00%> (-42.43%) ⬇️

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 6710d88...9698037. Read the comment docs.

@micahjsmith micahjsmith merged commit 7dbcf77 into master May 4, 2021
@micahjsmith micahjsmith deleted the fix-72 branch May 4, 2021 21:29
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.

load_config fails when run from Python REPL
2 participants