Skip to content

Commit eb55a90

Browse files
Merge pull request #37 from enbility/feature/coveralls
Add coveralls test coverage reports
2 parents 6b2353f + eda61ad commit eb55a90

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/default.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636

3737
- name: Test
3838
run: go test -race -v -coverprofile=coverage.out -covermode=atomic ./...
39+
40+
- name: Send coverage
41+
uses: shogo82148/actions-goveralls@v1
42+
with:
43+
path-to-profile: coverage.out

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# eebus-go
22

3-
![Build Status](https://github.com/enbility/eebus-go/actions/workflows/default.yml/badge.svg?branch=dev)
3+
[![Build Status](https://github.com/enbility/eebus-go/actions/workflows/default.yml/badge.svg?branch=dev)](https://github.com/enbility/eebus-go/actions/workflows/default.yml/badge.svg?branch=dev)
4+
[![Coverage Status](https://coveralls.io/repos/github/enbility/eebus-go/badge.svg?branch=dev)](https://coveralls.io/github/enbility/eebus-go?branch=dev)
45

56
This library provides a complete foundation for implementing [EEBUS](https://eebus.org) use cases. The use cases define various functional scenarios for different device categories, e.g. energy management systems, charging stations, heat pumps, and more.
67

0 commit comments

Comments
 (0)