Skip to content

Commit

Permalink
Merge pull request #26 from LacazeThomas/develop
Browse files Browse the repository at this point in the history
Increase code coverage + new readme image
  • Loading branch information
LacazeThomas authored Feb 9, 2021
2 parents 08775b7 + 71bc29f commit 9444b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Generator images from Wakapi
</tr>
<tr>
<td align="center">
<img alt="" width="380" src="https://raw.githubusercontent.com/LacazeThomas/LacazeThomas/main/languages.png">
<img alt="" width="380" src="https://wakapi-stats.thomaslacaze.fr/languages?url=https://stats-code.thomaslacaze.fr/api/v1/users/thomaslacaze/stats/last_30_days">
<img width="800" height="1" alt="">
</td>
<td align="center">
<img alt="" width="380" src="https://raw.githubusercontent.com/LacazeThomas/LacazeThomas/main/editors.png">
<img alt="" width="380" src="https://wakapi-stats.thomaslacaze.fr/editors?url=https://stats-code.thomaslacaze.fr/api/v1/users/thomaslacaze/stats/last_30_days">
<img width="800" height="1" alt="">
</td>
</tr>
Expand Down
1 change: 0 additions & 1 deletion utils/chat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ func TestCreatePieFromChartValues(t *testing.T) {
_, err := createPieFromChartValues(nil)
assert.Error(t, err)
assert.Regexp(t, err.Error(), "error rendering image from graph: please provide at least one value\" to match ")

}

0 comments on commit 9444b4f

Please sign in to comment.