diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9155ff9..db4f697 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: stable - - uses: actions-rs/cargo@v1 + profile: minimal + toolchain: nightly + components: llvm-tools-preview + - uses: Swatinem/fucov@v1 + - uses: codecov/codecov-action@v1 with: - command: test - args: --all-features \ No newline at end of file + directory: coverage