mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-04-26 04:27:47 +02:00
Add codecov test (#50)
This commit is contained in:
@@ -76,6 +76,7 @@ jobs:
|
|||||||
sudo apt-get update -y && sudo apt-get -y install arangodb3
|
sudo apt-get update -y && sudo apt-get -y install arangodb3
|
||||||
- run: go test -coverprofile=cover.out -coverpkg=./... ./...
|
- run: go test -coverprofile=cover.out -coverpkg=./... ./...
|
||||||
- run: go tool cover -func=cover.out
|
- run: go tool cover -func=cover.out
|
||||||
|
- uses: codecov/codecov-action@v2
|
||||||
|
|
||||||
build-npm:
|
build-npm:
|
||||||
name: Build npm
|
name: Build npm
|
||||||
|
|||||||
Reference in New Issue
Block a user