covered 0.28.0 → 0.28.2
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
- checksums.yaml.gz.sig +4 -3
- data/bake/covered/policy.rb +2 -22
- data/bake/covered/validate.rb +4 -4
- data/context/configuration.md +10 -10
- data/context/getting-started.md +6 -6
- data/context/usage.md +6 -6
- data/lib/covered/autostart.rb +3 -0
- data/lib/covered/brief_summary.rb +6 -0
- data/lib/covered/capture.rb +10 -1
- data/lib/covered/config.rb +51 -2
- data/lib/covered/coverage.rb +73 -0
- data/lib/covered/files.rb +63 -1
- data/lib/covered/forks.rb +12 -0
- data/lib/covered/markdown_summary.rb +23 -1
- data/lib/covered/minitest.rb +3 -0
- data/lib/covered/partial_summary.rb +16 -3
- data/lib/covered/persist.rb +29 -0
- data/lib/covered/policy.rb +33 -0
- data/lib/covered/rspec.rb +8 -0
- data/lib/covered/source.rb +32 -0
- data/lib/covered/statistics.rb +42 -0
- data/lib/covered/summary.rb +40 -1
- data/lib/covered/sus.rb +8 -1
- data/lib/covered/version.rb +2 -1
- data/lib/covered/wrapper.rb +51 -0
- data/license.md +1 -1
- data/readme.md +20 -0
- data/releases.md +4 -0
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +3 -3
data/readme.md
CHANGED
|
@@ -34,6 +34,10 @@ Please see the [project documentation](https://socketry.github.io/covered/) for
|
|
|
34
34
|
|
|
35
35
|
Please see the [project releases](https://socketry.github.io/covered/releases/index) for all releases.
|
|
36
36
|
|
|
37
|
+
### v0.28.2
|
|
38
|
+
|
|
39
|
+
- Ensure bake coverage validation loads persisted coverage using project configuration.
|
|
40
|
+
|
|
37
41
|
### v0.28.0
|
|
38
42
|
|
|
39
43
|
- List files that have 100% coverage in `PartialSummary` output.
|
|
@@ -58,6 +62,22 @@ We welcome contributions to this project.
|
|
|
58
62
|
4. Push to the branch (`git push origin my-new-feature`).
|
|
59
63
|
5. Create new Pull Request.
|
|
60
64
|
|
|
65
|
+
### Running Tests
|
|
66
|
+
|
|
67
|
+
To run the test suite:
|
|
68
|
+
|
|
69
|
+
``` shell
|
|
70
|
+
bundle exec sus
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Making Releases
|
|
74
|
+
|
|
75
|
+
To make a new release:
|
|
76
|
+
|
|
77
|
+
``` shell
|
|
78
|
+
bundle exec bake gem:release:patch # or minor or major
|
|
79
|
+
```
|
|
80
|
+
|
|
61
81
|
### Developer Certificate of Origin
|
|
62
82
|
|
|
63
83
|
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: covered
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.28.
|
|
4
|
+
version: 0.28.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -121,14 +121,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
requirements:
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: '3.
|
|
124
|
+
version: '3.3'
|
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
requirements:
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
129
|
version: '0'
|
|
130
130
|
requirements: []
|
|
131
|
-
rubygems_version:
|
|
131
|
+
rubygems_version: 4.0.10
|
|
132
132
|
specification_version: 4
|
|
133
133
|
summary: A modern approach to code coverage.
|
|
134
134
|
test_files: []
|
metadata.gz.sig
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
�
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
�zh�
|
|
2
|
+
�G��4uװ"������we�!��"v�A��6b��!�������1�D3��8�%��E)z���Zg��RN
|
|
3
|
+
3^�w���S�ΊV����G���H��~��Ύ�&��͌�JE�J/�R]/~������慻���[������z8�XG]4�s�����~t��;-t�S�����>��65�z(F5��W����o��X���Ӎ@^����N�E�/9՚�� ��[�;��DZ��F� ��=߆�?h�t0��iO��V����b�2�ch2.w����C�6Tc���k�ı"�������Y�o�>"��9g2րZ��~熄�Uys7�
|