From 53f12155d4de89bcd893987327cb2e5d167159fb Mon Sep 17 00:00:00 2001 From: Houston Haynes <8174976+houstonhaynes@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:29:44 -0500 Subject: [PATCH] continue lcov tweak --- .github/workflows/build-test-docs-publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-test-docs-publish.yml b/.github/workflows/build-test-docs-publish.yml index 8ee44db8..90e6a52a 100644 --- a/.github/workflows/build-test-docs-publish.yml +++ b/.github/workflows/build-test-docs-publish.yml @@ -92,15 +92,11 @@ jobs: - name: Upload coverage uses: coverallsapp/github-action@v2 with: - file: lcov.info - format: lcov + file: ./lcov.info flag-name: unit-tests base-path: /home/runner/work/Furnace/Furnace/coverage fail-on-error: true parallel: false - git-branch: ${{ github.ref_name }} - git-commit: ${{ github.sha }} - compare-ref: ${{ github.base_ref }} - name: Run fsdocs run: dotnet fsdocs build --eval --strict --properties Configuration=Release - name: Deploy docs