LSSTDESC / lsstdesc-diffsky

Library for differentiable generation of synthetic skies for LSST DESC
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add monthly cron to test for deprecation warnings #103

Closed aphearin closed 3 months ago

aphearin commented 5 months ago

This PR brings in a new CI testing workflow that runs automatically every month as a cron job. This workflow is different from our standard tests.yml because any warning raised during the execution of the test suite will be treated as a test failure. This CI cron thus notifies us whenever upstream changes in JAX, numpy, etc., impact our source code.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (5334606) 61.57% compared to head (8a59dbb) 61.57%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ======================================= Coverage 61.57% 61.57% ======================================= Files 99 99 Lines 7157 7157 ======================================= Hits 4407 4407 Misses 2750 2750 ```

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