Conversation

DimitriPapadopoulos

@codecovCodecov

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.83%. Comparing base (e03ab6f) to head (e4c8f87).
Report is 176 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3682   +/-   ##
=======================================
  Coverage   70.83%   70.83%           
=======================================
  Files        1276     1276           
  Lines       59320    59320           
  Branches     9826     9826           
=======================================
  Hits        42019    42019           
  Misses      16125    16125           
  Partials     1176     1176           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

PP002: Has a proper build-system table

Must have `build-system.requires` and `build-system.backend`.
Both should be present in all modern packages.
PP003: Does not list wheel as a build-dep

Do not include `"wheel"` in your `build-system.requires`, setuptools does
this via PEP 517 already. Setuptools will also only require this for actual
wheel builds, and might have version limits.
@effigieseffigies merged commit 0042aef into nipy:master Oct 6, 2024
19 checks passed
@DimitriPapadopoulosDimitriPapadopoulos deleted the repo-review branch October 6, 2024 13:27
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.