You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix coverage CI job by building project before running tests
The coverage job was failing because integration tests require the built wassette binary to be present in target/debug/wassette, but coverage was running tests without building first. This fix adds a build step before coverage generation to ensure the binary is available for integration tests.
Co-authored-by: Mossaka <[email protected]>
0 commit comments