CI: Fix the coverage yml.

master
Damir Jelić 2020-12-08 14:09:51 +01:00
parent 9679db6ddc
commit fa3583234c
1 changed files with 5 additions and 3 deletions

View File

@ -10,6 +10,7 @@ jobs:
code_coverage: code_coverage:
name: Code Coverage name: Code Coverage
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -18,6 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
profile: minimal
override: true override: true
- name: Install tarpaulin - name: Install tarpaulin