coverband 5.2.5 → 5.2.6.rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4da0bd8ef3ca24dee9267fb2caf50081b3f00680c185022f204d55074b92402b
4
- data.tar.gz: 8db008aa36f52d25e0a6f8cf07e057176933e88a7d0307c3dd64a5092453a73b
3
+ metadata.gz: fc0d04670278db743e5beef3f1494cf3534f162c5e6e285100ac42ad6f04f24b
4
+ data.tar.gz: 6e091007de4ac8fa1f99dff488756e09a748ce6648b186b95d59b9f3b771548b
5
5
  SHA512:
6
- metadata.gz: 15675d5cae8e7cc77df685c3696819ccee5d2fc343ca2b1ab15bc0a55cb4ed522fdb9077d457d4743b46a45475204a08e3cc925871d3ec152d267f062e53617a
7
- data.tar.gz: 5fcb9ac58c7548c649f28043eb932c0dea9f1250f5f2fdfa8f822c603a6798187b68642b01e4cb7b3cc98e69eb4748a0ff59b148d22ae566855d3646dda27b97
6
+ metadata.gz: 2a1292ce42a916fdcc5bfc47cf800ee6ff68511c98a81a6321c65d602e6843bc3112c8c6347b7706595c4926c7ecad37678ca536e301a1af4b1234f2df6bb352
7
+ data.tar.gz: e02d38262d17772614ef420c33bf5307d6616338b593e07b787e87fccf62b8ba56082a926a1b3bd3af5d2370e87c7c7fa9932bc624d3b840b7affd9d4df60ba7
data/README.md CHANGED
@@ -409,6 +409,7 @@ If you submit a change please make sure the tests and benchmarks are passing.
409
409
  - run the benchmarks before and after your change to see impact
410
410
  - `rake benchmarks`
411
411
  - run a single test by line number like rspec: `bundle exec m test/coverband/reporters/html_test.rb:29`
412
+ - run a single test file: `bundle exec ruby test/coverband/collectors/translation_tracker_test.rb`
412
413
 
413
414
  ### Known Issues
414
415
 
data/changes.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### Coverband 5.2.6
2
+
3
+ - add support for translation keys
4
+
1
5
  ### Coverband 5.2.5
2
6
 
3
7
  - (colemanja91/danmayer) experimental support for route tracking, opt-in