log-analyser 0.1.3.pre.littleimprovements.20201109103434 → 0.1.3.pre.littleimprovements.20201109113028
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 +4 -4
- data/README.md +10 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1caa72031e0898a0a3fc47258d87a2e805afe875654172e2b140ea0514ca3171
|
|
4
|
+
data.tar.gz: 30d8efc2a976b585d22a994bb441770813370ecdb0b4a13c4a5abe38909f6aad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08a08a41cca927c99701ee3a6d49749744167c56eb6a8be211f2cae689b95b32d9f2e67dfd6e257ba22bd054269c02610bc6894115ca585b023e49b9c410ee02'
|
|
7
|
+
data.tar.gz: a3abc3de4d4f9989e5e23265eea9cba7ba07bed02e68d5907526bcbb510b9883f3e90118927c3555bd01b3429374202bbe5d70731d5646488ee3fece499a2206
|
data/README.md
CHANGED
|
@@ -195,7 +195,16 @@ Use `$ bundle exec rspec` or `$ bundle exec rake spec:all` to run all the tests.
|
|
|
195
195
|
$ bundle exec rake spec:integration
|
|
196
196
|
|
|
197
197
|
The test coverage is handled by `rspec`, `simplecov` and `coveralls`.</br>
|
|
198
|
-
After running the tests, a
|
|
198
|
+
After running the tests, a version of the test coverage report is available locally:
|
|
199
|
+
|
|
200
|
+
Mac Terminal, from your application's root directory run
|
|
201
|
+
|
|
202
|
+
$ open coverage/index.html
|
|
203
|
+
|
|
204
|
+
in a debian/ubuntu Terminal,
|
|
205
|
+
|
|
206
|
+
$ xdg-open coverage/index.html
|
|
207
|
+
|
|
199
208
|
|
|
200
209
|
Full status and coverage history can be checked online on [coveralls](https://coveralls.io/github/DMazzei/log-analyser).
|
|
201
210
|
|