Skip to content

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. (eclipse-kanto#53)

[eclipse-kanto#52] Add workflow for unit test code coverage results - Azure Connector

Signed-off-by: Daniel Milchev [email protected]
  • Loading branch information
daniel-milchev authored Jan 15, 2024
1 parent 4d7dbea commit f6e4e03
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 - Azure Connector

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

The suite connector is the main coordination center which forwards the local
and remote messages. Messages processed by the suite connector will
typically be related to telemetry data from the devices or command &
Expand Down

0 comments on commit f6e4e03

Please sign in to comment.