Skip to content

Commit 5d0783d

Browse files
committed
Point at forked version of grcov
1 parent f5ada1b commit 5d0783d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 10
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v5
1515
- name: Install Rust nightly
16-
uses: actions-rs/toolchain@v1
16+
uses: dtolnay/rust-toolchain@stable
1717
with:
1818
toolchain: nightly
19-
override: true
20-
profile: default
2119
- name: Build
2220
run: cargo build --verbose
2321
- name: Run tests
@@ -26,7 +24,7 @@ jobs:
2624
run: cargo doc --verbose
2725
- name: Generate coverage report
2826
id: coverage
29-
uses: actions-rs/grcov@v0.1
27+
uses: dacut/rust-grcov@v0.2.0
3028
- name: Upload coverage report to Coveralls
3129
uses: coverallsapp/github-action@master
3230
with:

0 commit comments

Comments
 (0)