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 1c68884 commit e693982Copy full SHA for e693982
.github/workflows/rust.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v2
34
- name: Generate code coverage
35
run: |
36
- cargo +nightly tarpaulin --verbose --features=intel-mkl --workspace --timeout 120 --out Xml
+ cargo tarpaulin --verbose --features=intel-mkl --workspace --timeout 120 --out Xml
37
- name: Upload to codecov.io
38
uses: codecov/codecov-action@v1
39
with:
0 commit comments