-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: update with repo template #100
base: main
Are you sure you want to change the base?
Conversation
Updated with open-source-polarion-python-repo-template and added tests for 90% coverage
move test script
Change test script permissions
update sonar properties
Try different regex
Fix regex
Fix regex
Fix sonar issue
Fix sonar issue
remove manual sonar in ci.yml
Add test comments and fix float values in get_px_conversion_ratio
|
@@ -1,10 +1,19 @@ | |||
FROM python:3.13.1-slim@sha256:f41a75c9cee9391c09e0139f7b49d4b1fbb119944ec740ecce4040626dc07bed | |||
# hadolint global ignore=DL3008 |
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.
is this really needed?
to_base64, | ||
) | ||
|
||
test_script_path = "./tests/test.sh" |
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 shell call instead of python code?
|
||
from app.weasyprint_controller import app | ||
|
||
test_script_path = "./tests/test.sh" |
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 shell code instead of python?
Proposed changes
Use the open-source-polarion-docker-repo-template as a base for python docker repo and update config and github files.
Add tests and typing to pass checks
Checklist
Before creating a PR, run through this checklist and mark each as complete:
CONTRIBUTING
document