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

AddedUserNameReq #542

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

AddedUserNameReq #542

wants to merge 2 commits into from

Conversation

zthatch
Copy link
Contributor

@zthatch zthatch commented Jul 8, 2020

Oddly I am getting an error on the html builder, but I don't think that has anything to do with this change.

This PR has to do with our previously discussed change to require that the user have some sort of identifier to be automatically inserted into the commit message for the regolith heap

@codecov
Copy link

codecov bot commented Jul 8, 2020

Codecov Report

Merging #542 into master will decrease coverage by 0.03%.
The diff coverage is 27.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #542      +/-   ##
==========================================
- Coverage   67.19%   67.16%   -0.04%     
==========================================
  Files          61       61              
  Lines        5795     5801       +6     
==========================================
+ Hits         3894     3896       +2     
- Misses       1901     1905       +4     
Impacted Files Coverage Δ
regolith/storage.py 47.50% <16.66%> (-1.22%) ⬇️
regolith/broker.py 94.59% <75.00%> (-2.47%) ⬇️

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 c13c347...6d3aca9. Read the comment docs.

Copy link
Contributor

@sbillinge sbillinge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls see comment

@@ -88,18 +88,19 @@ def push_git(store, path, rc):
subprocess.check_call(cmd, cwd=storedir)
if "default_user_id" in rc:
cmd = ["git", "commit", "-m", f"{rc.default_user_id} regolith auto-store commit"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see my comment on the other PR. It looks as we may need default_github_id in regolithrc.json

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.

2 participants