Commit 6867346b authored by acud's avatar acud Committed by GitHub

ci: add coveralls (#1956)

parent b7e8a354
...@@ -66,6 +66,13 @@ jobs: ...@@ -66,6 +66,13 @@ jobs:
./bin/deepsource report --analyzer test-coverage --key go --value-file ./cover.out ./bin/deepsource report --analyzer test-coverage --key go --value-file ./cover.out
env: env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }} DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: cover.out
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
- name: Trigger Beekeeper - name: Trigger Beekeeper
if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && success() if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && success()
uses: peter-evans/repository-dispatch@v1 uses: peter-evans/repository-dispatch@v1
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
[![Go](https://github.com/ethersphere/bee/workflows/Go/badge.svg)](https://github.com/ethersphere/bee/actions) [![Go](https://github.com/ethersphere/bee/workflows/Go/badge.svg)](https://github.com/ethersphere/bee/actions)
[![Go Reference](https://pkg.go.dev/badge/github.com/ethersphere/bee.svg)](https://pkg.go.dev/github.com/ethersphere/bee) [![Go Reference](https://pkg.go.dev/badge/github.com/ethersphere/bee.svg)](https://pkg.go.dev/github.com/ethersphere/bee)
[![Coverage Status](https://coveralls.io/repos/github/ethersphere/bee/badge.svg)](https://coveralls.io/github/ethersphere/bee)
``` ```
Welcome to the Swarm.... Bzzz Bzzzz Bzzzz Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment