From 0ba356cc5a54b76bd679c0eb34619c34808896e9 Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Mon, 1 Apr 2024 10:55:09 +0200 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20codecov?= =?UTF-8?q?=20=D0=BD=D0=B0=20coveralls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index d65ed49..6a4e21f 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -10,7 +10,7 @@ jobs: uses: autumn-library/workflows/.github/workflows/sonar.yml@coverage with: github_repository: autumn-library/autumn - codecov: true + coveralls: true secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} +