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 4df8f26 commit 614ec6bCopy full SHA for 614ec6b
tox.ini
@@ -4,6 +4,8 @@ isolated_build = True
4
5
[testenv]
6
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN
7
+setenv =
8
+ COV_FAIL_UNDER = 88
9
deps =
10
.[sqlserver]
11
.[oracle]
@@ -19,4 +21,5 @@ deps =
19
21
commands =
20
22
pytest -n {posargs} -s -v --timeout=300 --reruns=2 --reruns-delay=15 \
23
--cov=awswrangler --cov-report=xml --cov-report term-missing --cov-branch \
24
+ --cov-fail-under={env:COV_FAIL_UNDER} \
25
--junitxml=test-reports/junit.xml --log-file=test-reports/logs.txt tests
0 commit comments