-
Notifications
You must be signed in to change notification settings - Fork 0
🎉🎊🍾 [New Feature + Breaking Change + Refactor] (config + docs) Add new feature, integrate organizing reports features and update document. #17
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…code coverage reports.
…pe to get the final testing code coverage report.
…usable workflow config. It's has 3 major changes: 1. Add parameters about docker operators at job 'run_integration-test'. 2. Modify the reusable workflow at job 'organize_all-test_codecov_and_generate_report'. 3. Add new input parameter 'test_type' at job 'codecov_finish'.
…sample HTTP server and its related configurations.
…on is too latest to it does not support in Python 3.6.
…ters about setup HTTP server.
…ation, and add description for new input parameters.
…tegration-test' and add new option 'test_type' at job 'codacy_finish'.
…er one organizing and generate testing coverage report workflow.
…info and remove deprecated settings.
🎉🎊🍾 [New Feature + Breaking Change + Refactor] (config + docs) Add new feature, integrate organizing reports features and update document.
…f output and paramize the shell script arguments.
…g_and_push_to_pypi'.
…workflow projcet.
…an get the output or not.
… shell script path and modify the use shell script checks the getting output.
…nd remove unused setting.
🎉🎊🍾 [New Feature + Breaking Change + Refactor] (config + docs) Add new feature, integrate organizing reports features and update document.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-Checking
Please verify the PR header should be satisfied below format:
Please refer to GCR (Git Commit Rules) to get more detail about it.
Target
Modify Code Scope
All settings in .github directory.
Effecting Scope
Description
GitHub Action CI:
Integrate one of CI processes about organizing and generating testing report into ONYL ONE reusable workflow organize_and_generate_testing_coverage_reports.yaml. It's detail work flow:
download all testing reports -> combine some reports with specific condition (test type) into one report -> show the report -> convert the report as XML format file -> upload the report in GitHub Action temp space
Add new feature to set up and run HTTP server for testing in run_test_items_via_pytest.yaml. It's would run this process with Python library flask and gunicorn.
About modify uploading feature workflow upload_test_cov_report.yaml
About building git tag or creating GitHub release feature workflow build_git-tag_and_create_github-release.yaml
Template of PR content:
Update the document content of README.