Skip to content

Commit

Permalink
Yew (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Hanot <>
  • Loading branch information
Almaju authored Nov 13, 2023
1 parent 701adfe commit 9b5b42c
Show file tree
Hide file tree
Showing 100 changed files with 1,523 additions and 10,655 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ jobs:
command: clippy
args: -- -D warnings

coverage:
name: Code Coverage
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov -p todolist --fail-uncovered-lines 0
# coverage:
# name: Code Coverage
# runs-on: ubuntu-latest
# env:
# CARGO_TERM_COLOR: always
# steps:
# - uses: actions/checkout@v4
# - name: Install Rust
# run: rustup update stable
# - name: Install cargo-llvm-cov
# uses: taiki-e/install-action@cargo-llvm-cov
# - name: Generate code coverage
# run: cargo llvm-cov --fail-uncovered-lines 0
Loading

0 comments on commit 9b5b42c

Please sign in to comment.