Skip to content

Commit

Permalink
DBG - dude, where's my coverage?
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Nov 11, 2024
1 parent ccbfbe7 commit 5b6e088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/common/lcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def create_coverage_report() -> None:
title = os.path.basename(subprocess.check_output(["git", "remote", "get-url", "origin"])).decode().strip()
except subprocess.CalledProcessError:
title = "?"
print("TITLE", title)
if len(lcov_files) > 0:
all_file = f"{BASE_DIR}/lcov/all.info"
diff_file = f"{BASE_DIR}/lcov/diff.info"
Expand Down
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test/common/pixel-tests pull

PREPARE_OPTS=""
RUN_OPTS=""
ALL_TESTS="$(test/common/run-tests --test-dir test/verify -l)"
ALL_TESTS="TestTypeahead.testBasic"

RE_NETWORKING='Networking|Bonding|Connection|TestBridge|WireGuard|Firewall|Team|IPA|AD|Kerberos'
RE_STORAGE='Storage'
Expand Down

0 comments on commit 5b6e088

Please sign in to comment.