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 11# A Rust JSON structural diff
22
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 ]
66
77A pure-Rust JSON structural diff based on [ this] ( https://github.com/andreyvit/json-diff )
88implementation.
@@ -27,3 +27,13 @@ to the commands above.
2727## License
2828
2929Released 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