Skip to content

Commit

Permalink
[#218 ] Add coverage report workflow and badge to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Marinov <[email protected]>
  • Loading branch information
IvanBoychevMarinov authored Dec 1, 2023
1 parent eee4a1d commit c697055
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
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
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 - Container Management

![Coverage](https://github.com/eclipse-kanto/container-management/wiki/coverage.svg)

Eclipse Kanto Container Management adopts cloud-native concepts, approaches and specifications adapted in a
device-centric fashion achieving a lightweight pluggable management for containers at the edge. It is specially designed
to be lightweight and easily deployable on a wide range of edge devices and platforms to enable a secured, isolated and
Expand Down

0 comments on commit c697055

Please sign in to comment.