mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 13:48:26 +00:00
add names for clarity
This commit is contained in:
parent
d8bfc41662
commit
c0753913ea
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -95,10 +95,13 @@ jobs:
|
|||
image: xd009642/tarpaulin:develop-nightly
|
||||
options: --security-opt seccomp=unconfined
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- uses: actions/checkout@v2
|
||||
- name: Generate code coverage
|
||||
- run: apt-get update
|
||||
- run: apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev -y
|
||||
- run: cargo +nightly tarpaulin --verbose --tests --all-features --workspace --timeout 120 --out Xml
|
||||
- name: Upload to codecov.io
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
fail_ci_if_error: false
|
||||
|
|
Loading…
Add table
Reference in a new issue