-
Notifications
You must be signed in to change notification settings - Fork 43
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
Implement continous integration for linting and formatting and adress issues #244
Conversation
separate user-vs-dev requirements and add pytest and codecov to ci make pkg comparison case-insensitive
apply pytest-cov, try different codecov workflow try new codecov action correct syntax
Co-authored-by: Anandashankar Anil <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
tests/test_entities.py
Outdated
"requests.Session.get", | ||
return_value=Mock(content=self.reagentkit_xml, status_code=200), | ||
): | ||
assert r.name == "regaentkitname" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tempting to want to change this, but I don't know where it origins from
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just replace regaent
with reagent, 3 hits repo wide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! A few tiny comments that you can do what you want with.
Implemented CI-practices based on repo SciLifeLab/scilifelab_epps and addressed all linting and formatting issues.