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 ef2a613 commit 108df2cCopy full SHA for 108df2c
report/firefox_code_coverage/codecoverage.py
@@ -26,7 +26,7 @@
26
ALL_STATUSES = FINISHED_STATUSES + ["unscheduled", "pending", "running"]
27
STATUS_VALUE = {"exception": 1, "failed": 2, "completed": 3}
28
29
-GRCOV_INDEX = "gecko.cache.level-3.toolchains.v3.linux64-grcov.latest"
+GRCOV_INDEX = "gecko.cache.level-1.toolchains.v3.linux64-grcov.latest"
30
GRCOV_ARTIFACT = "public/build/grcov.tar.zst"
31
32
logger = logging.getLogger(__name__)
0 commit comments