Skip to content

Commit 0d9a3ac

Browse files
committed
Keep number of tests up to date
1 parent e0b3278 commit 0d9a3ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
rm -Rf httpx_auth
3131
- name: Install wheel
3232
run: |
33-
python -m pip install dist/httpx_auth-0.22.0-py3-none-any.whl --force-reinstall
33+
python -m pip install dist/httpx_auth-0.23.0-py3-none-any.whl --force-reinstall
3434
python -c 'import httpx_auth'
3535
- name: Install source distribution
3636
run: |
37-
python -m pip install dist/httpx_auth-0.22.0.tar.gz --force-reinstall
37+
python -m pip install dist/httpx_auth-0.23.0.tar.gz --force-reinstall
3838
python -c 'import httpx_auth'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="https://github.com/Colin-b/httpx_auth/actions"><img alt="Build status" src="https://github.com/Colin-b/httpx_auth/workflows/Release/badge.svg"></a>
66
<a href="https://github.com/Colin-b/httpx_auth/actions"><img alt="Coverage" src="https://img.shields.io/badge/coverage-100%25-brightgreen"></a>
77
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
8-
<a href="https://github.com/Colin-b/httpx_auth/actions"><img alt="Number of tests" src="https://img.shields.io/badge/tests-775 passed-blue"></a>
8+
<a href="https://github.com/Colin-b/httpx_auth/actions"><img alt="Number of tests" src="https://img.shields.io/badge/tests-783 passed-blue"></a>
99
<a href="https://pypi.org/project/httpx-auth/"><img alt="Number of downloads" src="https://img.shields.io/pypi/dm/httpx_auth"></a>
1010
</p>
1111

0 commit comments

Comments
 (0)