abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
38 stars 9 forks source link

Implement debugging tools to help developers #391

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

Create dev tools to help debug the package. In addition to the data added in #386, this adds a few dbg_* functions. This also updates the dev docs and the reference docs to make it easier to find this information.

Related issues

Closes #376 Closes #316

Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (7f84e33) to head (6e0e78d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #391 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 4 -1 Lines 79 78 -1 ========================================= - Hits 79 78 -1 ```

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