Skip to content

Commit

Permalink
Add workflow and badge.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Marinov <[email protected]>
  • Loading branch information
IvanBoychevMarinov committed Dec 1, 2023
1 parent ea5fe0d commit 20e7ae2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/generate-coverage-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Create Coverage

on:
push:
# branches:
# - main

jobs:
generate-coverage-report:
uses: eclipse-kanto/kanto/.github/workflows/coverage-template.yaml@main
with:
coverage-command: |
docker system prune -f
docker-compose -f ./docker/docker-compose-tests.yml up --build --no-color tests
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Eclipse Kanto - Suite Connector

<!-- ![Coverage](https://github.com/eclipse-kanto/suite-connector/wiki/coverage.svg) -->
![Coverage](https://github.com/bosch-io/suite-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 20e7ae2

Please sign in to comment.