JuliaGraphics / ColorTypes.jl

Basic color definitions and traits
Other
77 stars 35 forks source link

Update workflows #301

Closed kimikage closed 2 months ago

kimikage commented 2 months ago

This adds unit tests for julia v1.6 and julia on aarch64 (with QEMU). This also introduces Dependabot.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 71.29%. Comparing base (142353d) to head (3aba9cc). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #301 +/- ## =========================================== - Coverage 84.31% 71.29% -13.03% =========================================== Files 8 9 +1 Lines 778 627 -151 =========================================== - Hits 656 447 -209 - Misses 122 180 +58 ```

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

kimikage commented 2 months ago

Since the workflows are basically from the default branch (i.e. master), there is no need to barkport this to v0.11. However, this is worth backporting as it allows for the workflow_dispatch triggers.