1
0

Compare commits

..

No commits in common. "69a8e15c0a71ef51548e1cae48fda63f27036b12" and "a3227702054b1aa2021f22526d10d9ecc231f40e" have entirely different histories.

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=100
run: python3 -m pytest test --cov=fin_defs --cov-report html:htmlcov --cov-fail-under=0

View File

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