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

Create fake data and use it on the tests #386

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

Create a debug folder with a Debug module and a Data module. The Data module includes fake data for a variety of situations. This data is used in the tests now.

Closes #375

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 (9d9d8bd) to head (3ac7e68).

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

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