JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

Don't run update tests on releases #455

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

The update tests try to compare two versions of the generated package. Since the release is done form the main branch, this test can't run properly. This PR checks if the GitHub CI event is release, and don't run the test if it is.

Can only be properly tested with a new release.

Related to #454

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 (825b53d) to head (620ee68). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #455 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 99 99 ========================================= Hits 99 99 ```

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