Add codecov test (#50)

This commit is contained in:
Jonas Plum
2022-03-29 15:55:53 +02:00
committed by GitHub
parent 9c8ed2a089
commit 3fe863a735

View File

@@ -76,6 +76,7 @@ jobs:
sudo apt-get update -y && sudo apt-get -y install arangodb3
- run: go test -coverprofile=cover.out -coverpkg=./... ./...
- run: go tool cover -func=cover.out
- uses: codecov/codecov-action@v2
build-npm:
name: Build npm