From 4f8ab78d71c462c5b986ab6864197b368db44ff2 Mon Sep 17 00:00:00 2001 From: Daniel Milchev Date: Mon, 15 Jan 2024 10:15:01 +0200 Subject: [PATCH] [#66] Added coverage label and changed kanto logo to open the main page of the site. --- .github/workflows/generate-coverage-report.yaml | 12 ++++++++++++ README.md | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/generate-coverage-report.yaml diff --git a/.github/workflows/generate-coverage-report.yaml b/.github/workflows/generate-coverage-report.yaml new file mode 100644 index 0000000..b5b1989 --- /dev/null +++ b/.github/workflows/generate-coverage-report.yaml @@ -0,0 +1,12 @@ +name: Create Coverage + +on: + push: + branches: + - main + +jobs: + generate-coverage-report: + uses: eclipse-kanto/kanto/.github/workflows/coverage-template.yaml@main + with: + coverage-command: go test ./... -coverprofile=coverage.out -covermode count diff --git a/README.md b/README.md index c26ff5f..917a81a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -![Kanto logo](https://github.com/eclipse-kanto/kanto/raw/main/logo/kanto.svg) +[![Kanto logo](https://github.com/eclipse-kanto/kanto/raw/main/logo/kanto.svg)](https://eclipse.dev/kanto/) # Eclipse Kanto - Software Update +[![Coverage](https://github.com/eclipse-kanto/software-update/wiki/coverage.svg)](#) + Software update on a device via script enables updates of any kind of software, predefined in your script. You can monitor the install and download process and resume it on start up. This functionality is provided by the Eclipse Kanto as a software-update native application. It allows you to install on a device any kind of software you define in your software updatable module.