From fad8e0afa54ae82cbcade702ce7610fec806ab55 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 22 Apr 2024 19:22:52 +0100 Subject: [PATCH] Fix coverage results upload to Coveralls As seen with coverage-reporter v0.6.10: Detected coverage file: .coverage Coverage reporter does not yet know how to process this file: .coverage --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edebd149..f4fea9e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,10 +90,11 @@ jobs: ${{ runner.os }}-pip- - name: Install Python dependencies + # coverage is required by coverallsapp/github-action run: | python -m pip install -U pip python -m pip install -U hatchling hatch-vcs polib - python -m pip install -U tox + python -m pip install -U tox coverage - name: Wait for ClamAV to be ready run: |