From 64763b766e245d488a68c1755bdb3d42234d38c8 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 23 Jun 2024 10:39:04 +0900 Subject: [PATCH] remove coverall file --- coveralls.bash | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 coveralls.bash diff --git a/coveralls.bash b/coveralls.bash deleted file mode 100755 index a532bb37..00000000 --- a/coveralls.bash +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -ex -# -# Run coverage tests and send results to Coveralls. - -pip install --quiet coverage -make coverage -pip install --quiet coveralls -coveralls