1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
d34e2578e6 🤖 Bumped version to 0.1.23
Some checks failed
Package Python / Package (push) Successful in 25s
Run Python tests (through Pytest) / Test (push) Failing after 24s
Python Ruff Code Quality / ruff (push) Successful in 22s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-10-27 17:27:28 +01:00
f329bf865f 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-10-27 17:27:20 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -28,4 +28,4 @@ jobs:
run: python3 -m pip install .[test] --break-system-packages
- name: Test Python Code
if: success()
run: python3 -m pytest test --cov=secret_loader --cov-report html:htmlcov --cov-fail-under=0
run: python3 -m pytest test --cov=secret_loader --cov-report html:htmlcov --cov-fail-under=100

View File

@ -1 +1 @@
__version__ = '0.1.22'
__version__ = '0.1.23'