bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

ci: Fix release automation #407

Closed godlygeek closed 1 year ago

godlygeek commented 1 year ago

Now that we include two directories in our artifact (both dist/ and test/) we can no longer extract the artifact to the dist/ subdirectory, since that creates a dist/dist/*.tar.gz. We need to instead extract to the current directory, which means we need to upload the wheels in a dist/ subdirectory.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.67 :warning:

Comparison is base (baa932c) 85.21% compared to head (f351c14) 84.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #407 +/- ## ========================================== - Coverage 85.21% 84.54% -0.67% ========================================== Files 29 29 Lines 3631 3631 ========================================== - Hits 3094 3070 -24 - Misses 537 561 +24 ``` | Flag | Coverage Δ | | |---|---|---| | cpp | `84.54% <ø> (-0.67%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg#carryforward-flags-in-the-pull-request-comment) to find out more. [see 6 files with indirect coverage changes](https://app.codecov.io/gh/bloomberg/memray/pull/407/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg)

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