We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fdc2d commit ad997c3Copy full SHA for ad997c3
.github/workflows/rust.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - cki/github-workflow
8
pull_request:
9
10
@@ -59,7 +58,7 @@ jobs:
59
58
uses: taiki-e/install-action@nextest
60
61
- name: Run Tests
62
- run: cargo llvm-cov --cobertura --output-path cobertura.xml nextest
+ run: cargo +nightly llvm-cov --cobertura --output-path cobertura.xml nextest
63
64
- name: Generate Code Coverage Summary
65
uses: irongut/CodeCoverageSummary@v1.3.0
0 commit comments