Merge pull request #2142 from davidhewitt/fix-coverage
ci: fix windows job
This commit is contained in:
commit
6814740d20
|
@ -259,7 +259,7 @@ jobs:
|
|||
components: llvm-tools-preview
|
||||
- name: Install cargo-llvm-cov
|
||||
uses: taiki-e/install-action@cargo-llvm-cov
|
||||
- run: pip install -U pip nox
|
||||
- run: python -m pip install -U pip nox
|
||||
- run: cargo xtask coverage --output-lcov coverage.lcov
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue