We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72eb3c8 + 2b9b663 commit 3ec49bcCopy full SHA for 3ec49bc
.github/workflows/code-coverage.yml
@@ -33,6 +33,7 @@ jobs:
33
run: pytest --junitxml=pytest.xml --cov=tableauserverclient test/ | tee pytest-coverage.txt
34
35
- name: Comment on pull request with coverage
36
+ continue-on-error: true
37
uses: MishaKav/pytest-coverage-comment@main
38
with:
39
pytest-coverage-path: ./pytest-coverage.txt
pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
15
'defusedxml>=0.7.1', # latest as at 7/31/23
16
'packaging>=23.1', # latest as at 7/31/23
17
'requests>=2.31', # latest as at 7/31/23
18
- 'urllib3==2.0.6', # latest as at 7/31/23
+ 'urllib3==2.0.7', # latest as at 7/31/23
19
]
20
requires-python = ">=3.7"
21
classifiers = [
0 commit comments