winged-rust 1.0.1

Fast, type-safe HTML DSL and static site generation engine in Rust and WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Thresholds stay at the project's defaults: red here means write a test.
#
# An arbitrary percentage gate teaches people to write tests that raise a number. The
# defaults plus a short, individually justified ignore list is a stronger signal — this is
# the approach Winged-Swift takes, and it is worth copying.

ignore:
  # Exercised by `wasm-pack test --node` and by the Node smoke test in `npm/`, neither of
  # which produces native coverage data. Every function here is a one-line delegation to a
  # covered method on Element, Document or SeoBuilder.
  - "src/wasm.rs"