-
Notifications
You must be signed in to change notification settings - Fork 6
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
simplify deployment #404
simplify deployment #404
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #404 +/- ##
==========================================
- Coverage 62.46% 61.81% -0.66%
==========================================
Files 62 61 -1
Lines 6818 6764 -54
==========================================
- Hits 4259 4181 -78
- Misses 2559 2583 +24 ☔ View full report in Codecov by Sentry. |
…/deployment # Conflicts: # .github/workflows/python-app.yml
This comment was marked as resolved.
This comment was marked as resolved.
tests/unittests/test_json.py
Outdated
|
||
# ------------------------------------------------------------------------------ | ||
# | ||
def test_metric_expand(): |
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.
Why are we dropping this test?
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.
Because the method which was tested here got removed.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I rewrote this now. Instead of creating version detail and parsing again, |
Thanks @mtitov, I iterated the PR as suggested. |
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.
LGTM! Thanks!!
Cleaner deployment and versioning, prompted by setuptools upgrade.