Commit 7c51eb2 1 parent a43dc98 commit 7c51eb2 Copy full SHA for 7c51eb2
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ concurrency:
7
7
on :
8
8
push :
9
9
paths :
10
- - ' **.rs'
11
- - ' **.snap'
12
- - ' **.yml'
10
+ - " **.rs"
11
+ - " **.snap"
12
+ - " **.yml"
13
13
jobs :
14
14
test :
15
15
name : Generate Coverage Report
@@ -20,22 +20,22 @@ jobs:
20
20
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
21
22
22
- name : Install cargo-tarpaulin
23
- uses : taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2
23
+ uses : taiki-e/install-action@2dbeb927f58939d3aa13bf06ba0c0a34b76b9bfb # v2
24
24
with :
25
25
tool : cargo-tarpaulin
26
26
27
27
# We run the coverage report on the workspace, but we configured in codecov to only look at parts of the workspace essentially
28
- #
28
+ #
29
29
# This is because we have a workspace with multiple crates, and we want to generate coverage for all of them, but we only want to
30
30
# report the coverage of rustic_backend and rustic_core crates (currently) as this is where the main logic is
31
31
- name : Generate code coverage
32
- env :
32
+ env :
33
33
RUST_BACKTRACE : " 0"
34
34
run : |
35
35
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
36
-
36
+
37
37
- name : Upload coverage reports to Codecov
38
38
uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
39
39
with :
40
40
token : ${{ secrets.CODECOV_TOKEN }}
41
- slug : rustic-rs/rustic_core
41
+ slug : rustic-rs/rustic_core
You can’t perform that action at this time.
0 commit comments