From 319e46ebe060a51073f61edc4ac30363fa51e704 Mon Sep 17 00:00:00 2001 From: nmlinaric Date: Mon, 5 Aug 2024 21:43:51 +0200 Subject: [PATCH] temp remove coverage from CI --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c38836e0..a93b7458 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,9 +64,3 @@ jobs: path: build - name: Yarn install run: yarn install --frozen-lockfile - - name: Run coverage - run: ./node_modules/.bin/truffle run coverage -solcoverjs ./scripts/.solcover.js --network test - - name: Coverall - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }}