Skip to content

Commit

Permalink
[#96 ] Add workflow for unit test code coverage results
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Marinov <ivan.marinov@bosch.io>
  • Loading branch information
IvanBoychevMarinov authored Dec 1, 2023
1 parent ea5fe0d commit 9dac6bf
Show file tree
Hide file tree
Showing 2 changed files with 16 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Eclipse Kanto - Suite Connector

![Coverage](https://github.com/eclipse-kanto/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 9dac6bf

Please sign in to comment.