Merge pull request #2142 from davidhewitt/fix-coverage

ci: fix windows job
This commit is contained in:
David Hewitt 2022-02-04 12:09:36 +00:00 committed by GitHub
commit 6814740d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: