From 5aa68d856c0a2cf9be6dadb51d0cc334cdd855ec Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:08:09 -0500 Subject: [PATCH] rm test bash script in favor of Makefile --- test.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test.sh diff --git a/test.sh b/test.sh deleted file mode 100644 index acc7741..0000000 --- a/test.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -set -e - -flow test --cover --covercode="contracts" --coverprofile="coverage.lcov" test/*_tests.cdc \ No newline at end of file