diff --git a/.github/workflows/generate-coverage-report.yaml b/.github/workflows/generate-coverage-report.yaml new file mode 100644 index 0000000..afbbbd7 --- /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 + with: + coverage-command: go test ./... -coverprofile=coverage.out diff --git a/README.md b/README.md index baba3f8..4087874 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ ![Kanto logo](https://github.com/eclipse-kanto/kanto/raw/main/logo/kanto.svg) + # Eclipse Kanto - AWS Connector +![Go Coverage](https://github.com/bosch-io/aws-connector/wiki/coverage.svg) + The **AWS Connector** is the main coordination center which forwards the local and remote messages. Messages processed by the **AWS Connector** will typically be related to telemetry data from the devices or command &