test: remove coverage threshold tdd expected fail tags
CI / lint (pull_request) Successful in 34s
CI / build (pull_request) Successful in 23s
CI / push-validation (pull_request) Successful in 23s
CI / helm (pull_request) Successful in 35s
CI / security (pull_request) Successful in 4m7s
CI / quality (pull_request) Successful in 4m23s
CI / typecheck (pull_request) Successful in 4m26s
CI / unit_tests (pull_request) Successful in 6m15s
CI / e2e_tests (pull_request) Successful in 6m19s
CI / integration_tests (pull_request) Successful in 7m31s
CI / docker (pull_request) Successful in 1m53s
CI / benchmark-publish (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 10m50s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 57m2s
CI / lint (pull_request) Successful in 34s
CI / build (pull_request) Successful in 23s
CI / push-validation (pull_request) Successful in 23s
CI / helm (pull_request) Successful in 35s
CI / security (pull_request) Successful in 4m7s
CI / quality (pull_request) Successful in 4m23s
CI / typecheck (pull_request) Successful in 4m26s
CI / unit_tests (pull_request) Successful in 6m15s
CI / e2e_tests (pull_request) Successful in 6m19s
CI / integration_tests (pull_request) Successful in 7m31s
CI / docker (pull_request) Successful in 1m53s
CI / benchmark-publish (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 10m50s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 57m2s
This commit is contained in:
@@ -9,7 +9,7 @@ Suite Teardown Cleanup Test Environment
|
||||
*** Test Cases ***
|
||||
Noxfile Contains Coverage Threshold Constant
|
||||
[Documentation] Verify COVERAGE_THRESHOLD = 97 is defined in noxfile.py
|
||||
[Tags] coverage config
|
||||
[Tags] coverage config tdd_issue tdd_issue_4305
|
||||
|
||||
${content}= Get File ${WORKSPACE}/noxfile.py
|
||||
Should Contain ${content} COVERAGE_THRESHOLD = 97
|
||||
@@ -34,8 +34,7 @@ Pyproject Coverage Source Includes Src
|
||||
|
||||
Coverage Threshold Is 97 In Noxfile
|
||||
[Documentation] Verify noxfile enforces 97% threshold via fail-under
|
||||
[Tags] tdd_issue tdd_issue_4227 tdd_expected_fail
|
||||
[Tags] coverage config
|
||||
[Tags] coverage config tdd_issue tdd_issue_4227
|
||||
${content}= Get File ${WORKSPACE}/noxfile.py
|
||||
Should Contain ${content} --fail-under=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user