-
Notifications
You must be signed in to change notification settings - Fork 23
Convert workflows into reusable workflows #178
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
Conversation
* ci: Add a job to publish test results to a PR.
Signed-off-by: Nicholas Felt <nicholas.felt@tektronix.com>
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #178 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 170 170
Lines 3804 3804
Branches 643 643
=========================================
Hits 3804 3804 ☔ View full report in Codecov by Sentry. |
* ci: Convert Package Build workflow into a re-usable workflow. * ci: Update workflow to set conditional environment variable for usage in workflow. * ci: Convert assign-reviewers.yml to a re-usable workflow. * ci: Convert codeql-analysis.yml to a re-usable workflow. * ci: Convert dependency-review.yml to a re-usable workflow. * ci: Convert sbom-scan.yml to a re-usable workflow. * ci: Convert tek-repo-lint.yml to a re-usable workflow. * ci: Convert update-python-and-pre-commit-dependencies.yml to a re-usable workflow. * ci: Convert test-code.yml to a re-usable workflow. * ci: Update descriptions to end in periods. * ci: Add quotes around package name. * ci: Update reusable workflows. --------- Signed-off-by: Nicholas Felt <nicholas.felt@tektronix.com>
Proposed changes
Convert workflows into reusable workflows.
Types of changes
What types of changes does your code introduce?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.