Closed sjchmiela closed 2 weeks ago
Size Change: +8.2 kB (+0.02%)
Total Size: 52.7 MB
Filename | Size | Change |
---|---|---|
./packages/eas-cli/dist/eas-linux-x64.tar.gz |
52.7 MB | +8.2 kB (+0.02%) |
Subscribed to pull request | File Patterns | Mentions |
---|---|---|
**/* | @szdziedzic, @khamilowicz | |
packages/eas-cli/src/build/** | @szdziedzic, @khamilowicz |
Generated by CodeMention
Attention: Patch coverage is 64.19753%
with 58 lines
in your changes missing coverage. Please review.
Project coverage is 52.89%. Comparing base (
3f2dcc7
) to head (e45e90a
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
⏩ The changelog entry check has been skipped since the "no changelog" label is present.
Why
We want to allow users to start workflows manually.
How
I added a
createRunMutation
to GraphQL and used it here. We upload project archive,eas.json
and use to start a new workflow run.Test Plan