1
0

Compare commits

..

No commits in common. "d34e2578e6db4f06b46fe46560f27b58eb9ceaf5" and "7f85f2c4bf156c92a4c17191910781cc667a7f7d" 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=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

View File

@ -1 +1 @@
__version__ = '0.1.23'
__version__ = '0.1.22'