tidyfun / tf

S3 classes and methods for tidy functional data
https://tidyfun.github.io/tf/
GNU Affero General Public License v3.0
6 stars 2 forks source link

refactor: replace `rlang::abort` with `stop(.call = FALSE)` #76

Closed m-muecke closed 5 months ago

codecov-commenter commented 5 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (6205507) 71.18% compared to head (ce6e5d4) 71.18%.

:exclamation: Current head ce6e5d4 differs from pull request most recent head 9c78d07. Consider uploading reports for the commit 9c78d07 to get more accurate results

Files Patch % Lines
R/methods.R 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #76 +/- ## ======================================= Coverage 71.18% 71.18% ======================================= Files 27 27 Lines 1770 1770 ======================================= Hits 1260 1260 Misses 510 510 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fabian-s commented 5 months ago

thx!