mirror of
https://github.com/mudler/luet.git
synced 2025-08-09 19:28:06 +00:00
test: drop --race
This commit is contained in:
parent
819271b9bd
commit
6b7e77df65
@ -23,7 +23,7 @@ coveragetxt="coverage.txt"
|
|||||||
|
|
||||||
|
|
||||||
generate_cover_data() {
|
generate_cover_data() {
|
||||||
ginkgo -flakeAttempts=3 -race -failFast -cover -r .
|
ginkgo -flakeAttempts=3 -failFast -cover -r .
|
||||||
echo "" > ${coveragetxt}
|
echo "" > ${coveragetxt}
|
||||||
find . -type f -name "*.coverprofile" | while read -r file; do cat "$file" >> ${coveragetxt} && mv "$file" "${coverdir}"; done
|
find . -type f -name "*.coverprofile" | while read -r file; do cat "$file" >> ${coveragetxt} && mv "$file" "${coverdir}"; done
|
||||||
echo "mode: $covermode" >"$profile"
|
echo "mode: $covermode" >"$profile"
|
||||||
|
Loading…
Reference in New Issue
Block a user