Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Epatko committed Mar 7, 2024
1 parent 9082540 commit 9bb8512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate-badge.sh
Expand Up @@ -40,7 +40,6 @@ echo "$Dir ${Exclude[*]} $Since $Before"
mkdir -p "$OutDir"

Count=$(hoc -d "$Dir" ${Exclude:+"-e ${Exclude[@]}"} -e "${Exclude[@]}" -s "$Since" -b "$Before" -f "int")
#Count=$(hoc -d "$Dir" ${Exclude:+"-e ${Exclude[@]}"} -e "${Exclude[@]}" -s "$Since" -b "$Before" -f "int")
echo "Hits of code: $Count"

anybadge -l "Hits of Code" -v "$Count" -f "$OutDir/$Filename" -c royalblue

0 comments on commit 9bb8512

Please sign in to comment.