From a9c6af9c31463e77b3dfc5ecb2339ba05a4d6eb3 Mon Sep 17 00:00:00 2001 From: Cameron Hart Date: Sun, 3 Dec 2023 23:12:53 +1300 Subject: [PATCH] Attempt to fix coverage by updating nightly (#443) --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d676503..e93e9c47 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -9,8 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - # - name: Install tarpaulin - # run: cargo install cargo-tarpaulin + - name: Update nightly + run: rustup update nightly - name: Generate code coverage run: cargo +nightly tarpaulin --timeout 120 --out lcov --output-dir ./coverage