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 544f422 commit 0023e48Copy full SHA for 0023e48
eng/tox/run_coverage.py
@@ -50,7 +50,7 @@
50
metric_obj = {}
51
metric_obj["value"] = total_coverage / 100
52
metric_obj["name"] = "test_coverage_ratio"
53
- metric_obj["labels"] = { "package": pkg_details.name }
+ metric_obj["labels"] = { "package": pkg_details.name, "repo": "Azure/azure-sdk-for-python" }
54
metric_obj["timestamp"] = datetime.datetime.now(datetime.timezone.utc).isoformat()
55
# normally we logging.info anywhere we need to output, but these logmetric statements
56
# need to be the sole value on the line, as the logmetric log parsing doesn't allow prefixes
0 commit comments