From d8da53d9ffbca8a1cbca6f3f88fbdd4a7c2b652b Mon Sep 17 00:00:00 2001 From: ascjones Date: Tue, 20 Sep 2022 12:03:07 +0100 Subject: [PATCH] Add comment --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d76a7cb9ba8..f0e997f966b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -302,6 +302,8 @@ codecov: QUICKCHECK_TESTS: 1 INK_COVERAGE_REPORTING: "true" CARGO_INCREMENTAL: 0 + # Needed because `codecov` requires nightly features to work + # (see `-Z` in the `RUSTFLAGS` below). RUSTC_BOOTSTRAP: "1" # Variables partly came from https://github.com/mozilla/grcov/blob/master/README.md RUSTFLAGS: "-Zprofile -Zmir-opt-level=0 -Ccodegen-units=1