Compare commits
No commits in common. "d34e2578e6db4f06b46fe46560f27b58eb9ceaf5" and "7f85f2c4bf156c92a4c17191910781cc667a7f7d" have entirely different histories.
d34e2578e6
...
7f85f2c4bf
|
@ -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=secret_loader --cov-report html:htmlcov --cov-fail-under=100
|
||||
run: python3 -m pytest test --cov=secret_loader --cov-report html:htmlcov --cov-fail-under=0
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.23'
|
||||
__version__ = '0.1.22'
|
||||
|
|
Loading…
Reference in New Issue
Block a user