vbrandl / hoc

Generate Hits-of-Code badges for GitHub repositories

Home Page:https://hitsofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

500 error for some repo

g4s8 opened this issue · comments

I'm trying to add HOC badge to my repo https://github.com/g4s8/matchers-json but it's not working: the badge is not displayed and the link is going to 500 error

the badge:
Hits-of-Code
source:

[![Hits-of-Code](https://hitsofcode.com/github/g4s8/matchers-json)](https://hitsofcode.com/view/github/g4s8/matchers-json)

This seems to be an issue since v0.9.4. I just deployed the latest working version (v0.9.3) so the live deployment is working. I will now investigate the problem itself.

Thank you for reporting the issue!

The commit 7e13f93 broke the build (updating of the dependency lock). I reverted the commit and published a new version that should work fine. After the CI pipeline finishes, I will deploy the latest version

@vbrandl thanks!