From e00e0e7cfb590de2e2f3a02a4cb72722814d3e31 Mon Sep 17 00:00:00 2001 From: Houston Haynes <8174976+houstonhaynes@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:41:48 -0500 Subject: [PATCH] fix coveralls nit --- .github/workflows/build-test-docs-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-docs-publish.yml b/.github/workflows/build-test-docs-publish.yml index 92247bd2..85255710 100644 --- a/.github/workflows/build-test-docs-publish.yml +++ b/.github/workflows/build-test-docs-publish.yml @@ -55,7 +55,7 @@ jobs: echo "GIT_COMMIT_MESSAGE=$(git log -1 --pretty=%s)" >> $GITHUB_ENV - name: Run coveralls run: > - dotnet tool run coveralls.net + dotnet tool run coveralls --opencover -i tests/Furnace.Tests/coverage.opencover.xml --useRelativePaths --repoToken ${{ secrets.COVERALLS_REPO_TOKEN }} @@ -73,8 +73,8 @@ jobs: - name: Deploy docs uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.DIFFSHARP_GITHUB_IO_DEPLOY_DOCS_PRIVATE_KEY }} - external_repository: DiffSharp/diffsharp.github.io + deploy_key: ${{ secrets.FURNACE_GITHUB_IO_DEPLOY_DOCS_PRIVATE_KEY }} + external_repository: Furnace/furnace.github.io publish_dir: ./output publish_branch: master force_orphan: true