Skip to content

Instantly share code, notes, and snippets.

@sparkoo
Created May 11, 2022 15:30
Show Gist options
  • Save sparkoo/712b220453eae2590751ee6f0d01fc3c to your computer and use it in GitHub Desktop.
Save sparkoo/712b220453eae2590751ee6f0d01fc3c to your computer and use it in GitHub Desktop.
spi-operator test coverage?
#!/bin/sh
for i in {1..5}; do
make test
cat cover.out | sort > cover${i}.out
done
for i in {1..5}; do
md5sum cover${i}.out
done
echo "diff -U0 coverX.out coverX.out"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment