You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, congrats for the great work here!
I'm trying to setup my CI in a Bitbucket repo and to set a minimum code coverage using Simplecov. My issue is that the coverage is different between environments (local machine vs CI run on remote) even with same configs.
Local machine file paths extracted from coverage.json
Hi, congrats for the great work here!
I'm trying to setup my CI in a Bitbucket repo and to set a minimum code coverage using Simplecov. My issue is that the coverage is different between environments (local machine vs CI run on remote) even with same configs.
Local machine file paths extracted from coverage.json
Remote CI file paths (extracted from coverage.json):
The coverage results are:
To fix it I tried adding some filters to exclude the following paths:
But after that, the result was weirder:
With a coverage of 18.88%
Currently my SimpleCov config is set at the beginning of the
spec_helper.rb
file but I also tried using .simplecov and had the same issues.Dependencies' versions:
The text was updated successfully, but these errors were encountered: