astrofrog / mpl-scatter-density

:zap: Fast scatter density plots for Matplotlib :zap:
BSD 2-Clause "Simplified" License
497 stars 25 forks source link

Update CI infrastructure #39

Closed astrofrog closed 1 year ago

astrofrog commented 1 year ago

This switches to use GitHub Actions instead of Azure Pipelines and fixes a test failure with recent versions of Matplotlib (related to Figure.set_dpi no longer working).

I have also re-generated the baseline images for the tests with Matplotlib 3.8

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 :tada:

Comparison is base (2a5551f) 88.41% compared to head (5d8381b) 88.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #39 +/- ## ========================================== + Coverage 88.41% 88.43% +0.02% ========================================== Files 11 11 Lines 535 536 +1 ========================================== + Hits 473 474 +1 Misses 62 62 ``` | [Impacted Files](https://app.codecov.io/gh/astrofrog/mpl-scatter-density/pull/39?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Robitaille) | Coverage Δ | | |---|---|---| | [mpl\_scatter\_density/tests/\_\_init\_\_.py](https://app.codecov.io/gh/astrofrog/mpl-scatter-density/pull/39?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Robitaille#diff-bXBsX3NjYXR0ZXJfZGVuc2l0eS90ZXN0cy9fX2luaXRfXy5weQ==) | `100.00% <ø> (ø)` | | | [...atter\_density/tests/test\_scatter\_density\_artist.py](https://app.codecov.io/gh/astrofrog/mpl-scatter-density/pull/39?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Robitaille#diff-bXBsX3NjYXR0ZXJfZGVuc2l0eS90ZXN0cy90ZXN0X3NjYXR0ZXJfZGVuc2l0eV9hcnRpc3QucHk=) | `80.76% <100.00%> (+0.09%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.