This commit is contained in:
t1m0t 2022-02-06 23:35:47 +01:00
parent fc0a093466
commit ad2e39fb99
1 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,7 @@ jobs:
args: -- -D warnings
coverage:
name: Coverage
name: coverage
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
@ -86,11 +86,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: jetli/wasm-pack-action@v0.3.0
- name: Generate code coverage
run: |
apt-get update &&\
apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev -y &&\
apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev &&\
cargo +nightly tarpaulin --verbose --tests --all-features --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2