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
printf "<details>\n<summary>What is this?</summary>\n" >> output.log
39
+
printf "This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.\n" >> output.log
40
+
printf "</details>\n\n" >> output.log
40
41
41
42
cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
0 commit comments