SciML / FunctionProperties.jl

A SciML symbolic-numeric compiler tool for investigating functions in order to perform optimizations
MIT License
9 stars 0 forks source link

ci: standardise workflows using SciML's reusable workflows #15

Closed thazhemadam closed 4 months ago

thazhemadam commented 4 months ago

Update the workflows in this repository to use SciML's reusable workflows. This is part of a larger effort to standardise the SciML's CI workflows for more generic and common requirements, to keep the workflows uniform and easier to maintain.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 0.00%. Comparing base (a4ecccf) to head (6656021).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #15 +/- ## ===================================== Coverage 0.00% 0.00% ===================================== Files 1 1 Lines 45 45 ===================================== Misses 45 45 ```

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

thazhemadam commented 4 months ago

Tests pass locally with Lux@0.5.39. However, they fail with Lux@0.5.40 onwards.