Skip to content

Commit 083fb28

Browse files
committed
v0.4.0
changelog: - added module Cluster - added 5 integration tests for module Cluster - removed pylint workflow (github action)
1 parent c7bff3e commit 083fb28

19 files changed

Lines changed: 2216 additions & 1996 deletions

.github/workflows/pylint.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

bin/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ then
4040
then
4141
COV_COLOR="dagreen"
4242
fi
43-
sed -i '' "2s/.*/\[\!\[Coverage score\]\(\https\:\/\/img\.shields\.io\/badge\/coverage\-$COV_SCORE\%25\-$COV_COLOR.svg\)\]\(\.\/log\/cov\.out\)/" "$proj_dir/README.md"
43+
sed -i "2s/.*/\[\!\[Coverage score\]\(\https\:\/\/img\.shields\.io\/badge\/coverage\-$COV_SCORE\%25\-$COV_COLOR.svg\)\]\(\.\/log\/cov\.out\)/" "$proj_dir/README.md"
4444
printf "=%.0s" {1..70}
4545
printf "\n"
4646
fi
@@ -70,7 +70,7 @@ then
7070
tot_score=$(echo "scale=1; $score/$cnt" | bc)
7171
printf "\nTotal score: $tot_score\n"
7272
# Add pylint badge to README.md
73-
sed -i '' "1s/.*/\[\!\[pylint Score\]\(https\:\/\/mperlet\.github\.io\/pybadge\/badges\/$tot_score.svg\)\]\(\.\/log\/pylint\/\)/" "$proj_dir/README.md"
73+
sed -i "1s/.*/\[\!\[pylint Score\]\(https\:\/\/mperlet\.github\.io\/pybadge\/badges\/$tot_score.svg\)\]\(\.\/log\/pylint\/\)/" "$proj_dir/README.md"
7474
printf "=%.0s" {1..70}
7575
printf "\n"
7676
fi

0 commit comments

Comments
 (0)