yegor256 / cobench

Coders Benchmarking Script: automatically collects productivity metrics from a team of GitHub contributors
MIT License
3 stars 1 forks source link

rake test build failed #51

Closed Graur closed 1 year ago

Graur commented 1 year ago

I try to submit a pull request, but some code checks failed with error:

{'detail': ErrorDetail(string='Unable to locate build via Github Actions API. 
Please upload with the Codecov repository upload token to resolve issue.', 
code='not_found')}

More details here: #50

yegor256 commented 1 year ago

@Graur it works now fine

Graur commented 1 year ago

@yegor256 Thanks!