Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
codecov5
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHare committed Sep 19, 2024
1 parent 50f29f8 commit 6040a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6040a60

Please sign in to comment.