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 7c7e000 commit cbd706fCopy full SHA for cbd706f
.coveragerc
@@ -2,3 +2,4 @@
2
omit =
3
pdf_service/toolbox.py
4
pdf_service/__main__.py
5
+relative_files = True
.github/workflows/ci.yml
@@ -203,6 +203,11 @@ jobs:
203
fail_ci_if_error: true
204
verbose: true
205
206
+ - name: Upload coverage report (Coveralls)
207
+ uses: AndreMiras/coveralls-python-action@v20201129
208
+ with:
209
+ base-path: 'coverage/cov.xml'
210
+
211
test-e2e:
212
runs-on: ubuntu-20.04
213
needs:
0 commit comments