Skip to content

Commit 7ccb360

Browse files
authored
Update codecov.yml
1 parent 725e4c1 commit 7ccb360

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
- uses: actions/setup-python@v2
1515
with:
1616
python-version: '3.9'
17+
- name: Install Rust toolchain
18+
uses: dtolnay/rust-toolchain@master
19+
with:
20+
toolchain: ${{ inputs.rust }}
21+
targets: ${{ inputs.rust-target }}
22+
# needed to correctly format errors, see #1865
23+
components: rust-src
1724
- name: Install requirements
1825
run: |
1926
pip install pytest pytest-cov && pip install -e .

0 commit comments

Comments
 (0)