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 12c18c2 commit 9082540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-badge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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 9082540

Please sign in to comment.