Skip to content

Commit 8c933d6

Browse files
committed
test covarage logic
1 parent 5b48a94 commit 8c933d6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

airbyte-integrations/connectors/source-s3/integration_tests/integration_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import os
88
import shutil
99
import time
10-
1110
from typing import Any, Dict, Iterator, List, Mapping
1211

1312
import boto3
@@ -134,5 +133,4 @@ def test_big_file(self, minio_credentials: Dict[str, Any]) -> None:
134133
minio_credentials["format"]["block_size"] = 5 * 1024 ** 2
135134
source = SourceS3()
136135
catalog = source.read_catalog(HERE / "configured_catalog.json")
137-
138136
assert self.read_source(minio_credentials, catalog) == expected_count

tools/bin/ci_integration_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test $run_status == "0" || {
8383
show_skipped_failed_info
8484

8585
# Build successed
86-
coverage_report=`sed -n '/^[ \t]Name.*Stmts.*Miss.*Cover/,/TOTAL /p' build.out`
86+
coverage_report=`sed -n '/.*Name.*Stmts.*Miss.*Cover/,/TOTAL /p' build.out`
8787

8888
if ! test -z "$coverage_report"
8989
then

0 commit comments

Comments
 (0)