Compare commits
2 Commits
a322770205
...
69a8e15c0a
Author | SHA1 | Date | |
---|---|---|---|
69a8e15c0a | |||
b0fbba2f5e |
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.40'
|
||||
__version__ = '0.1.41'
|
||||
|
|
Loading…
Reference in New Issue
Block a user