mhpob / otndo

A package to understand OTN data
https://otndo.obrien.page/
Creative Commons Attribution 4.0 International
3 stars 1 forks source link

Create `make_tag_push_summary` and `make_receiver_push_summary` tests: empty `since` argument #26

Closed mhpob closed 1 month ago

mhpob commented 1 month ago

Test that empty since argument does what it's supposed to do (default to last push_log date).

Tag: Coverage aim: https://app.codecov.io/gh/mhpob/otndo/blob/main/R%2Fmake_tag_push_summary.R#L62 Current test file: https://github.com/mhpob/otndo/blob/main/tests/testthat/test-make_tag_push_summary.R

Receiver: Coverage aim: https://app.codecov.io/gh/mhpob/otndo/blob/main/R%2Fmake_receiver_push_summary.R#L105 Current test file: https://github.com/mhpob/otndo/blob/main/tests/testthat/test-make_receiver_push_summary.R

mhpob commented 1 month ago

Some errors here related to #7