We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cead1 commit a49425eCopy full SHA for a49425e
.github/workflows/tests.yml
@@ -48,5 +48,5 @@ jobs:
48
python -m pip install -U -r requirements.txt pytest-coverage codecov
49
- name: Run Tests
50
run: python -m pytest --cov=httpx_gssapi --cov-report=xml
51
- # - name: Upload Coverage
52
- # run: python -m codecov --token=${{ secrets.CODECOV_TOKEN }}
+ - name: Upload Coverage
+ run: python -m codecov --token=${{ secrets.CODECOV_TOKEN }}
0 commit comments