Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 6, 2024
1 parent 7a7a529 commit e442750
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
![action-bar-scc](https://instachart.coveritup.app/bar?title=SCC+-+Sloc,+Cloc+and+Code&metric=+lines&width=960&height=700&subtitle=Source Code Counter&data={"x":["PHP","Blade-template","YAML","Markdown"],"y":[[232177,851,1060,1645],[90988,52,26,0],[2103,76,45,43],[6513,75,0,0]],"names":["Code","Comment","Files","Complexity"]})

![action-scc](https://instachart.coveritup.app/bar?title=SCC+-+Sloc,+Cloc+and+Code&metric=+lines&width=960&height=700&subtitle=kevincobain2000@action-scc&data={"x":["YAML","Go"],"y":[[73,177],[0,2],[2,1],[0,36]],"names":["Code","Comment","Files","Complexity"]})

<p align="center">
<img alt="scc logo" src="https://imgur.com/QZx9ngs.png" width="160">
</p>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func flags() {
flag.Set("instachart-url", "https://instachart.coveritup.app")
}
if subtitle == "" {
flag.Set("subtitle", "Source Code Counter")
flag.Set("subtitle", "Source+Code+Counter")
}
if readmeFile == "" {
flag.Set("readme-file", "README.md")
Expand Down

0 comments on commit e442750

Please sign in to comment.