Compare commits
No commits in common. "69a8e15c0a71ef51548e1cae48fda63f27036b12" and "a3227702054b1aa2021f22526d10d9ecc231f40e" have entirely different histories.
69a8e15c0a
...
a322770205
|
@ -28,4 +28,4 @@ jobs:
|
||||||
run: python3 -m pip install .[test] --break-system-packages
|
run: python3 -m pip install .[test] --break-system-packages
|
||||||
- name: Test Python Code
|
- name: Test Python Code
|
||||||
if: success()
|
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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.41'
|
__version__ = '0.1.40'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user