From 1ec8e3bf4d37fac17b8e1d3fa4ee5967d8721a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Gonz=C3=A1lez=20Calder=C3=B3n?= Date: Mon, 23 Sep 2024 12:19:10 -0300 Subject: [PATCH] Upload mod_builtin coverage --- .github/workflows/rust.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6dde21ab95..600b0e52ca 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -600,6 +600,36 @@ jobs: key: codecov-cache-test-no_std-extensive_hints-${{ github.sha }} fail-on-cache-miss: true + - name: Fetch results for tests with stdlib (w/mod_builtin; part. 1) + uses: actions/cache/restore@v3 + with: + path: lcov-test#1-mod_builtin.info + key: codecov-cache-test#1-mod_builtin-${{ github.sha }} + fail-on-cache-miss: true + - name: Fetch results for tests with stdlib (w/mod_builtin; part. 2) + uses: actions/cache/restore@v3 + with: + path: lcov-test#2-mod_builtin.info + key: codecov-cache-test#2-mod_builtin-${{ github.sha }} + fail-on-cache-miss: true + - name: Fetch results for tests with stdlib (w/mod_builtin; part. 3) + uses: actions/cache/restore@v3 + with: + path: lcov-test#3-mod_builtin.info + key: codecov-cache-test#3-mod_builtin-${{ github.sha }} + fail-on-cache-miss: true + - name: Fetch results for tests with stdlib (w/mod_builtin; part. 4) + uses: actions/cache/restore@v3 + with: + path: lcov-test#4-mod_builtin.info + key: codecov-cache-test#4-mod_builtin-${{ github.sha }} + fail-on-cache-miss: true + - name: Fetch results for tests without stdlib (w/mod_builtin) + uses: actions/cache/restore@v3 + with: + path: lcov-no_std-mod_builtin.info + key: codecov-cache-test-no_std-mod_builtin-${{ github.sha }} + fail-on-cache-miss: true - name: Upload coverage to codecov.io uses: codecov/codecov-action@v3