DiamondLightSource / coniql

Control system interface in GraphQL
Apache License 2.0
6 stars 4 forks source link

Fix CI #100

Closed abigailalexander closed 10 months ago

abigailalexander commented 10 months ago

Python 3.12 was causing various github actions to fail, due to deprecation of distutils. I have pinned python versions to 3.11 where necessary, and also removed the pytest config that treats warnings as errors. I will also open an issue for this issues to be handled in the longer term.

abigailalexander commented 10 months ago

Raised issue https://github.com/DiamondLightSource/coniql/issues/101

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (3a8c46e) 94.15% compared to head (5d20f2c) 94.15%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #100 +/- ## ======================================= Coverage 94.15% 94.15% ======================================= Files 10 10 Lines 856 856 ======================================= Hits 806 806 Misses 50 50 ```

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