Compare commits
2 Commits
7f85f2c4bf
...
d34e2578e6
Author | SHA1 | Date | |
---|---|---|---|
d34e2578e6 | |||
f329bf865f |
|
@ -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=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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.22'
|
__version__ = '0.1.23'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user