stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 9 forks source link

Add build step to ci #417

Closed krl closed 1 month ago

krl commented 1 month ago

fixes #415

Acaccia commented 1 month ago

(unrelated, but could be fixed with this PR) I don't know much about CI, but shouldn't there be in the on section the path for the CI files, to make sure it runs when the files change?

UPDATE: seems doable: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths

csgui commented 1 month ago

I don't know much about CI, but shouldn't there be in the on section the path for the CI files, to make sure it runs when the files change?

Yep, that would be good to have.

Or maybe we can only remove the **.yml from the paths-ignore.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 86.51%. Comparing base (ab1c5e5) to head (d1e59e8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #417 +/- ## ========================================== - Coverage 86.52% 86.51% -0.02% ========================================== Files 43 43 Lines 19167 19167 Branches 19167 19167 ========================================== - Hits 16584 16582 -2 - Misses 1118 1120 +2 Partials 1465 1465 ```

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