Closed SeanBryan51 closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 63.93%. Comparing base (
ac2cb1f
) to head (8794d89
). Report is 6 commits behind head on main.:exclamation: Current head 8794d89 differs from pull request most recent head 0933e46. Consider uploading reports for the commit 0933e46 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks fine to merge to me.
Currently the uploaded tarball for benchcab v4.0.0 is missing the site-packages/benchcab/data directory (see https://anaconda.org/accessnri/benchcab/files). This change fixes this by replacing the
include_package_data
option with thepackage_data
option in setup.cfg (see Data Files Support).Conda package deployment was tested here in a forked repository and the uploaded tarball contains the package data directory.
Fixes #267