Skip to content

Commit a49425e

Browse files
committed
Enable CodeCov CI
1 parent 14cead1 commit a49425e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
python -m pip install -U -r requirements.txt pytest-coverage codecov
4949
- name: Run Tests
5050
run: python -m pytest --cov=httpx_gssapi --cov-report=xml
51-
# - name: Upload Coverage
52-
# run: python -m codecov --token=${{ secrets.CODECOV_TOKEN }}
51+
- name: Upload Coverage
52+
run: python -m codecov --token=${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)