o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
115 stars 44 forks source link

Fix for CI to make dependent workflows visible. #685

Closed shimkiv closed 3 months ago

shimkiv commented 3 months ago

Unfortunately, GitHub Actions has limited support of the inter-workflow dependencies spread across multiple files. That is why we move tests and NPM publishing into a single workflow file.

image

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (91f4ee8) to head (759863e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #685 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 11 11 Lines 1487 1487 Branches 310 310 ========================================= Hits 1487 1487 ``` | [Flag](https://app.codecov.io/gh/o1-labs/zkapp-cli/pull/685/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=o1-labs) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/o1-labs/zkapp-cli/pull/685/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=o1-labs) | `100.00% <ø> (ø)` | | 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=o1-labs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.