Skip to content

Commit cbd706f

Browse files
committed
Add coveralls upload step
1 parent 7c7e000 commit cbd706f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
omit =
33
pdf_service/toolbox.py
44
pdf_service/__main__.py
5+
relative_files = True

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ jobs:
203203
fail_ci_if_error: true
204204
verbose: true
205205

206+
- name: Upload coverage report (Coveralls)
207+
uses: AndreMiras/coveralls-python-action@v20201129
208+
with:
209+
base-path: 'coverage/cov.xml'
210+
206211
test-e2e:
207212
runs-on: ubuntu-20.04
208213
needs:

0 commit comments

Comments
 (0)