neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

Changed macos runners for GitHub CI #170

Closed niksirbi closed 2 months ago

niksirbi commented 2 months ago

This is because GitHub recently updated macos-latest to mean macos-14 (M1) instead on macos-12 (intel mac). Therefore, with our current setup we are running duplicate tests on M1 Macs and none on intel Macs.

I changed the CI testing matrix to include both macos-latest (M1) and macos-13 (intel).

I'm using GitHub docs for reference.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 99.66%. Comparing base (8b97c96) to head (7610a02).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #170 +/- ## ======================================= Coverage 99.66% 99.66% ======================================= Files 10 10 Lines 605 605 ======================================= Hits 603 603 Misses 2 2 ```

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