-
Notifications
You must be signed in to change notification settings - Fork 1
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
release #350
release #350
Conversation
boromir674
commented
Mar 10, 2024
- ci: generate and push Python Gold Standard to py-gold branch of biskotaki repo
- fix: adjust mkdocs configured template to follow the Gold Standard Snaphost
- refactor(isort): apply isort
- refactor(black): apply black
- refactor(ruff): apply ruff
- refactor(black): apply black
- test: fix building wheel and sdist from gen proj
- fix code
- refactor(black): apply black
- ci: allow a couple of more subprocess low severity cwe reported by bandit
- ci(gh): add GH Release Job in 'CI/CD Pipeline' Workflow
- empemeral: set Full Matrix Strategy to single Job for quick CI
- empemeral: 'Power OFF' all CI Checks
- ci: allow checking for -rc tag regardless of top-level PYPI overide switch
- empemeral: do not 'need' test_suite for running gh_release Job, for quick CI
- ci: pass git tag name, ie v2.2.1-rc in GH Release Workflow
- add comments
- call Workflow with secret passing in
- ci: pass PAT 'GH_TOKEN' in GH Release Workflow
- add comments
- add comments
], | ||
) | ||
def test_running_ruff_passes(snapshot_name, test_root): | ||
import subprocess |
Check notice
Code scanning / Bandit
Consider possible security implications associated with the subprocess module. Note test
assert snapshot_dir.is_dir() | ||
|
||
# Programmatically run Lint, with the entrypoint we suggest, for a Dev to run | ||
res = subprocess.run( # tox -e ruff |
Check notice
Code scanning / Bandit
subprocess call - check for execution of untrusted input. Note test
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #350 +/- ##
==========================================
+ Coverage 91.47% 91.56% +0.09%
==========================================
Files 53 53
Lines 915 913 -2
==========================================
- Hits 837 836 -1
+ Misses 78 77 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |