rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
274 stars 39 forks source link

Allow `Documenter.yml` to clean up its cache #638

Closed asinghvi17 closed 7 months ago

asinghvi17 commented 7 months ago

This is good to go! It just adds action scope to the Documenter workflow Github key, so that it can destroy caches which expire as package versions change.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (5612a84) 84.19% compared to head (b4b4d21) 83.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #638 +/- ## ========================================== - Coverage 84.19% 83.86% -0.34% ========================================== Files 45 42 -3 Lines 4063 4034 -29 ========================================== - Hits 3421 3383 -38 - Misses 642 651 +9 ```

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

rafaqz commented 7 months ago

Thanks!