Skip to content

Commit 08feb22

Browse files
committed
Merge branch 'master' of github.com:sergioteula/python-amazon-paapi
2 parents 8ae5289 + 92cf855 commit 08feb22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
python-version: 3.9
2020

21-
- name: Generate coverage reports
21+
- name: Generate coverage report
2222
run: |
2323
pip install coverage
24-
coverage run -m unittest
24+
coverage xml --omit=amazon/*,*/sdk/*
2525
2626
- name: Upload coverage to Codecov
2727
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)