Skip to content
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

Merged
merged 27 commits into from
Mar 11, 2024
Merged

release #350

merged 27 commits into from
Mar 11, 2024

Conversation

boromir674
Copy link
Owner

  • 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

@boromir674 boromir674 added release Use when a Pull Request "carries" only release-related commits ie version bump, changelog update, .. test ci docs business_logic tox labels Mar 10, 2024
@github-actions github-actions bot added the auto-deploy Git Ops: Indicates PR with publishable Tag label Mar 10, 2024
],
)
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

Consider possible security implications associated with the subprocess module.
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

subprocess call - check for execution of untrusted input.
@boromir674 boromir674 self-assigned this Mar 10, 2024
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 91.56%. Comparing base (271ace6) to head (3662bf4).

Files Patch % Lines
...r_python/backend/error_handling/handler_builder.py 0.00% 3 Missing ⚠️
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     
Flag Coverage Δ
unittests 91.56% <25.00%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@boromir674 boromir674 merged commit ea1aec7 into master Mar 11, 2024
50 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-deploy Git Ops: Indicates PR with publishable Tag business_logic ci docs poetry release Use when a Pull Request "carries" only release-related commits ie version bump, changelog update, .. test tox
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant