Skip to content

Commit

Permalink
Merge pull request #23 from oiwn/dev
Browse files Browse the repository at this point in the history
add new badge!
  • Loading branch information
oiwn authored Jan 17, 2025
2 parents 44a07f6 + 473e00a commit 77dca8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<a href="https://codecov.io/github/oiwn/dom-content-extraction" >
<img src="https://codecov.io/github/oiwn/dom-content-extraction/graph/badge.svg?token=6Y7IYX29OP"/>
</a>
[![dependency status](https://deps.rs/repo/github/oiwn/dom-content-extraction/status.svg)](https://deps.rs/repo/github/oiwn/dom-content-extraction)
</div>


Expand Down
8 changes: 4 additions & 4 deletions notes.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 77dca8c

Please sign in to comment.