glue-viz / glue-wwt

WorldWideTelescope viewer in glue
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

CI fixes #116

Closed Carifio24 closed 2 months ago

Carifio24 commented 2 months ago

This PR fixes two issues with the CI:

These two commits were originally on #103 but they're also needed for e.g. #115 so I decided to make this a separate PR while I work out any other CI issues with #103.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 71.21%. Comparing base (f6f0135) to head (bbd8bf5). Report is 9 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ======================================= Coverage 71.21% 71.21% ======================================= Files 18 18 Lines 1063 1063 ======================================= Hits 757 757 Misses 306 306 ```

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

Carifio24 commented 2 months ago

I had thought about replacing with another devdeps job, but agreed that we can do that once we add Python 3.13 tests.