File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# A Rust JSON structural diff
2
2
3
- [ ![ LICENSE ] ( https://img.shields.io/ badge/license-MIT-blue.svg )] ( LICENSE )
4
- [ ![ Actions Status ] ( https://github.com/Luni-4/json-structural-diff/workflows/json-structural-diff/ badge.svg )] ( https://github.com/Luni-4/json-structural-diff/actions )
5
- [ ![ Coverage Status ] ( https://coveralls.io/repos/github/Luni-4/json-structural-diff/ badge.svg?branch=master )] ( https://coveralls.io/github/Luni-4/json-structural-diff?branch=master )
3
+ [ ![ Actions Status ] [ actions badge]] [ actions ]
4
+ [ ![ CodeCov ] [ codecov badge]] [ codecov ]
5
+ [ ![ LICENSE ] [ license badge]] [ license ]
6
6
7
7
A pure-Rust JSON structural diff based on [ this] ( https://github.com/andreyvit/json-diff )
8
8
implementation.
@@ -27,3 +27,13 @@ to the commands above.
27
27
## License
28
28
29
29
Released under the [ MIT License] ( LICENSE ) .
30
+
31
+ <!-- Links -->
32
+ [ actions ] : https://github.com/Luni-4/json-structural-diff/actions
33
+ [ codecov ] : https://codecov.io/gh/Luni-4/json-structural-diff
34
+ [ license ] : LICENSE
35
+
36
+ <!-- Badges -->
37
+ [ actions badge ] : https://github.com/Luni-4/json-structural-diff/workflows/json-structural-diff/badge.svg
38
+ [ codecov badge ] : https://codecov.io/gh/Luni-4/json-structural-diff/branch/master/graph/badge.svg
39
+ [ license badge ] : https://img.shields.io/badge/license-MIT-blue.svg
You can’t perform that action at this time.
0 commit comments