From 71f885dab17e18bdfad395fc85f84ca61ba8d089 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 9 Dec 2021 11:33:58 +0100 Subject: [PATCH] Shell script is executable but lacked a shebang --- run-cov.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-cov.sh b/run-cov.sh index d18e58f..c7533a2 100755 --- a/run-cov.sh +++ b/run-cov.sh @@ -1,3 +1,5 @@ +#!/bin/sh + export PYTHONPATH=.; pip install -e . py.test jellyfish/test.py --cov jellyfish --cov-report html