How to overwrite Code Climate test coverage report to the same commit

532 Views Asked by At

I am using cc-test-reporter to upload the test coverage result to Code Climate from CircleCI

But running the same build fails with the message:

Error: response from https://api.codeclimate.com/v1/test_reports.
HTTP 409: A test report for commit 
858d3fa0c92ec5a546bde3991f57523768dac0c2 already exists

How do I make it pass the CI scripts or overwrite it without any fails ?

0

There are 0 best solutions below