diff --git a/README.md b/README.md index 28bc8ba..40d16d5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ + [![dependency status](https://deps.rs/repo/github/oiwn/dom-content-extraction/status.svg)](https://deps.rs/repo/github/oiwn/dom-content-extraction) diff --git a/notes.org b/notes.org index 8809f90..ef96e86 100644 --- a/notes.org +++ b/notes.org @@ -1,17 +1,17 @@ #+title: Notes * Microtasks +** Better split for CI/CD workflows ** DONE 13 Nov - updating, removing unwraps. *** DONE add custom errors, remove unwraps *** DONE forbid unwrap in linting rules ** TODO coverage should be >80% -** TODO integrate trampoline or gcov into the github ci pipeline +** TODO integrate cargo-tarpaulin or gcov into the github ci pipeline ** TODO cargo publish workflow ** TODO add clear copy-pastable example into readme.md -** TODO usize instead of u32? ** DONE need "examples" command for "lorem ipsum" test page -** TODO need "benchmark" -** TODO need to implement testing among real data set +** DONE need "benchmark" +** DONE need to implement testing among real data set ** DONE move alorythm code to the density_tree.rs ** DONE implement from_document() method for DensityTree ** DONE debug pretty printer for DensityTree