simplecov-ruby / simplecov

Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
MIT License
4.78k stars 553 forks source link

README: Remove `track_files` from collate example #1114

Open runephilosof-abtion opened 4 weeks ago

runephilosof-abtion commented 4 weeks ago

Remove

https://github.com/simplecov-ruby/simplecov/blob/b6c2d4208a5fa395ce09d7e1d3b074f680ee29b0/README.md?plain=1#L623

Or explain why it should be there (the PR introducing it does not mention why).

The example is using the rails profile which has

https://github.com/simplecov-ruby/simplecov/blob/b6c2d4208a5fa395ce09d7e1d3b074f680ee29b0/lib/simplecov/profiles/rails.rb#L17