mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-09 16:52:51 +01:00
Add codecov test (#50)
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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