From 015eba531e5537217d9af441a00d74f56bf1b774 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Wed, 10 Apr 2024 15:00:15 +0100 Subject: [PATCH] Remove codecoverage --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed72f03..510e9de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,4 @@ jobs: java-version: 17 cache: 'sbt' - - run: sbt coverage +test coverageReport - - run: bash <(curl -s https://codecov.io/bash) - shell: bash - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + - run: sbt +test