Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Added coverage label and changed kanto logo to open the main page of …
Browse files Browse the repository at this point in the history
…the site. (#39)

[#38] Add workflow for unit test code coverage results - Suite Bootstrapping

Signed-off-by: Daniel Milchev fixed-term.daniel.milchev@bosch.io
  • Loading branch information
daniel-milchev authored Jan 15, 2024
1 parent 9100fd0 commit b703349
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/generate-coverage-report.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 - Suite Bootstrapping

[![Coverage](https://github.com/eclipse-kanto/suite-bootstrapping/wiki/coverage.svg)](#)

The suite bootstrapping provides a mechanism for automatic provisioning of devices for connecting to a target suite.
Devices can be shipped with a uniform clean setup without knowing the target suite subscription or tenancy
information, and without knowing the target device credentials.
Expand Down

0 comments on commit b703349

Please sign in to comment.