Skip to content

Commit 2d8dde6

Browse files
author
Inbal Tako
committed
Fix codecov
1 parent 479739d commit 2d8dde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip
3333
pip install -r requirements.txt
34-
pip install pytest pytest-cov responses codecov requests-mock coveragepy
34+
pip install pytest pytest-cov responses codecov requests-mock
3535
- name: Test with pytest
3636
run: |
37-
pytest --cov=./ --cover-xml
37+
pytest --cov=./ --cov-report=xml
3838
- name: Upload coverage to Codecov
3939
uses: codecov/codecov-action@v1
4040
with:

0 commit comments

Comments
 (0)