JuliaMath / FixedPointNumbers.jl

fixed point types for julia
Other
79 stars 34 forks source link

Add tests with Aqua.jl #283

Closed hyrodium closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 96.54%. Comparing base (793d42e) to head (40c5e55).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #283 +/- ## ========================================== - Coverage 97.05% 96.54% -0.52% ========================================== Files 7 7 Lines 782 782 ========================================== - Hits 759 755 -4 - Misses 23 27 +4 ```

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

kimikage commented 2 months ago

~I'm going to merge PR #278 first to pass the nightly build tests.~ Edit: Done!

kimikage commented 2 months ago

cf. https://discourse.julialang.org/t/adding-compat-entry-to-stdlib-breaks-tests-on-julia-1-3/105705

kimikage commented 2 months ago

Most of the CI errors seem to be due to Codecov's limitations of token-less upload. The cause of the julia-invalidations error ~has not been identified,~ but is unrelated to this PR.

kimikage commented 2 months ago

Thanks!

hyrodium commented 2 months ago

Thank you for maintaining this repository!

kimikage commented 2 months ago

The cause of the julia-invalidations error has not been identified, but is unrelated to this PR.

ERROR: Unsatisfiable requirements detected for package FlameGraphs [08572546]:
 FlameGraphs [08572546] log:
 ├─possible versions are: 0.1.0-1.0.0 or uninstalled
 ├─restricted by compatibility requirements with FixedPointNumbers [53c48c17] to versions: uninstalled
 │ └─FixedPointNumbers [53c48c17] log:
 │   ├─possible versions are: 0.9.0 or uninstalled
 │   └─FixedPointNumbers [53c48c17] is fixed to version 0.9.0-dev

🤣