Closed tky823 closed 1 year ago
Patch coverage: 55.55%
and project coverage change: -0.07%
:warning:
Comparison is base (
2ca9933
) 94.02% compared to head (4646e3a
) 93.95%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since workflow_run
only supports a workflow run on the default branch, the uploading workflow was not triggered.
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run
I checked the behavior of the automatic package upload, so I'll close this PR.
Summary
This PR adds a GHA to upload the package to TestPyPI.
ref #250
Note
This workflow is a dummy to confirm its usage.