Skip to content

Commit 80916e6

Browse files
Upload mod_builtin coverage
1 parent 6435a77 commit 80916e6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/workflows/rust.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,36 @@ jobs:
600600
key: codecov-cache-test-no_std-extensive_hints-${{ github.sha }}
601601
fail-on-cache-miss: true
602602

603+
- name: Fetch results for tests with stdlib (w/mod_builtin; part. 1)
604+
uses: actions/cache/restore@v3
605+
with:
606+
path: lcov-test#1-mod_builtin.info
607+
key: codecov-cache-test#1-mod_builtin-${{ github.sha }}
608+
fail-on-cache-miss: true
609+
- name: Fetch results for tests with stdlib (w/mod_builtin; part. 2)
610+
uses: actions/cache/restore@v3
611+
with:
612+
path: lcov-test#2-mod_builtin.info
613+
key: codecov-cache-test#2-mod_builtin-${{ github.sha }}
614+
fail-on-cache-miss: true
615+
- name: Fetch results for tests with stdlib (w/mod_builtin; part. 3)
616+
uses: actions/cache/restore@v3
617+
with:
618+
path: lcov-test#3-mod_builtin.info
619+
key: codecov-cache-test#3-mod_builtin-${{ github.sha }}
620+
fail-on-cache-miss: true
621+
- name: Fetch results for tests with stdlib (w/mod_builtin; part. 4)
622+
uses: actions/cache/restore@v3
623+
with:
624+
path: lcov-test#4-mod_builtin.info
625+
key: codecov-cache-test#4-mod_builtin-${{ github.sha }}
626+
fail-on-cache-miss: true
627+
- name: Fetch results for tests without stdlib (w/mod_builtin)
628+
uses: actions/cache/restore@v3
629+
with:
630+
path: lcov-no_std-mod_builtin.info
631+
key: codecov-cache-test-no_std-mod_builtin-${{ github.sha }}
632+
fail-on-cache-miss: true
603633

604634
- name: Upload coverage to codecov.io
605635
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)