Update code-coverage.yml

This commit is contained in:
Sunli 2021-08-25 21:54:41 +08:00
parent bde1a9ec1e
commit 3187fe2fd3
1 changed files with 2 additions and 10 deletions

View File

@ -10,19 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install libsqlite3-dev
run: |
sudo apt-get update
sudo apt-get install -y libsqlite3-dev
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.14.3'
args: --out Xml --all --all-features
version: '0.18.0'
args: --avoid-cfg-tarpaulin
- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2
with: