1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
69a8e15c0a 🤖 Bumped version to 0.1.41
All checks were successful
Package Python / Package (push) Successful in 31s
Python Ruff Code Quality / ruff (push) Successful in 22s
Run Python tests (through Pytest) / Test (push) Successful in 30s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 29s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-10-27 17:27:31 +01:00
b0fbba2f5e 🤖 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=fin_defs --cov-report html:htmlcov --cov-fail-under=0
run: python3 -m pytest test --cov=fin_defs --cov-report html:htmlcov --cov-fail-under=100

View File

@ -1 +1 @@
__version__ = '0.1.40'
__version__ = '0.1.41'