Added tox workflow for release tools (Infra)#885
Merged
fernando79513 merged 2 commits intomainfrom Dec 11, 2023
Merged
Conversation
0c7042f to
0af2f44
Compare
- Added tox yaml for github workflows - Included `tox.ini`, `.coveragerc` and `.gitignore`
0af2f44 to
e4b5882
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #885 +/- ##
==========================================
+ Coverage 35.70% 36.06% +0.35%
==========================================
Files 303 310 +7
Lines 34250 34603 +353
Branches 5917 5965 +48
==========================================
+ Hits 12230 12478 +248
- Misses 21458 21562 +104
- Partials 562 563 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
kissiel
pushed a commit
that referenced
this pull request
Dec 13, 2023
* Added tox workflow for release tools - Added tox yaml for github workflows - Included `tox.ini`, `.coveragerc` and `.gitignore` * Added how to test to documentation
kissiel
pushed a commit
that referenced
this pull request
Dec 13, 2023
* Added tox workflow for release tools - Added tox yaml for github workflows - Included `tox.ini`, `.coveragerc` and `.gitignore` * Added how to test to documentation
binli
pushed a commit
to binli/checkbox
that referenced
this pull request
Mar 22, 2024
* Added tox workflow for release tools - Added tox yaml for github workflows - Included `tox.ini`, `.coveragerc` and `.gitignore` * Added how to test to documentation
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
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.
Description
We have added a new tox workflow for release tools, so we are running the tests anytime
tools/release/folder is modified.The new workflow is called
Test release tools with toxand will only be run using python 3.10.Resolved issues
Closes CHECKBOX-1059
Documentation
Added a section of how to run the test under
./tools/release/README.mdTests
In order to test the new tox workflow, go to
./tools/release/and runtox -e py310.The final behavior will be tested once the branch is merged and some new changes are done on the
./tools/release/folder. In that case, the new github workflow should be run.