Fix problems between cc-test-reporter and SimpleCov in circleci#5673
Conversation
This versions seems to work for other projects: https://github.com/DEFRA/defra-ruby-validators/pull/49/files
|
Tests passed @tramuntanal! |
To check if cc-test-reporter supports simplecov 0.18. Following what has been said [here](qltysh-archive/test-reporter#418) it should fail.
This reverts commit f9dff26.
|
There was a strange thing about this fix. I tried to upgrade to v0.18.0 just in case the problem was the other way around, this is, So... forcing the exact version in decidim-dev gemspec works. We'll merge this then and see how the test reporter solves the incompatibility. See: |
|
I rebased #5674 so that it builds on top of this one, but it's still failing due to |
|
Update on my previous comment: I upgraded simplecov to 0.18 in my PR before rebasing, so I didn't notice when the version limit was added. I undid the upgrade and everything works as expected now. |
🎩 What? Why?
In CircleCi, the "Format CodeClimate test coverage" step fails due to an incompatibility between `cc-test-reporter's expected input format and what simplecov outputted:
simplecov 0.17.1 version seems to work for other projects: https://github.com/DEFRA/defra-ruby-validators/pull/49/files
Although this is the versions Decidim already has in the Gemfile.lock.
📌 Related Issues
📋 Subtasks
CHANGELOGentry