From 3fe863a735925100207d307b90ac2c9c6f1fb33e Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Tue, 29 Mar 2022 15:55:53 +0200 Subject: [PATCH] Add codecov test (#50) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a75cd1c..040da2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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