Update code-coverage.yml

This commit is contained in:
Sunli 2021-03-22 11:10:48 +08:00
parent 942e145792
commit 88cca35e95
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.14.3'
args: --out Xml --all
args: --out Xml --all --all-features
- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2
with: