From 6040a60e72fed1aa5cf0ebd3a8e27b7ed472fc30 Mon Sep 17 00:00:00 2001 From: JoshHare Date: Thu, 19 Sep 2024 18:05:36 -0500 Subject: [PATCH] codecov5 --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 6ac3fc1..fbb6893 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -42,9 +42,9 @@ jobs: - name: Install ReportGenerator run: dotnet tool install --global dotnet-reportgenerator-globaltool - # Ensure ReportGenerator is in the PATH + # Add ReportGenerator to PATH using environment file - name: Add .NET tools to PATH - run: echo "::add-path::$(dotnet --tool-path)" + run: echo "${HOME}/.dotnet/tools" >> $GITHUB_PATH # Convert coverage report to Codecov format - name: Convert coverage to Codecov format