summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-05-16 11:55:07 +0700
committerGitHub <noreply@github.com>2018-05-16 11:55:07 +0700
commit99ebcdfee74df81b10e920c2b1eebf0f35f159c3 (patch)
tree638d1f4c1220ef90a6cdf6a1ec627eb1f3e670d6 /README.md
parent97213f4c2e765202f32d99eec880fa69b252a01d (diff)
parentdeef3a85555f04abbcdf1a63c3a7d1dcc975a4de (diff)
downloadvyos-1x-99ebcdfee74df81b10e920c2b1eebf0f35f159c3.tar.gz
vyos-1x-99ebcdfee74df81b10e920c2b1eebf0f35f159c3.zip
Merge pull request #10 from higebu/add-tests
T626 Add tests for vyos-update-crontab and initial setup for sonarcloud
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7d979c02..8ef89c5db 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# vyos-1x
+
+[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=vyos%3Avyos-1x&metric=coverage)](https://sonarcloud.io/component_measures?id=vyos%3Avyos-1x&metric=coverage)
+
VyOS 1.2.0+ configuration scripts and data
+
+# Test
+
+```
+make test
+```