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

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Feb 25, 2024
1 parent 5145317 commit 103a0eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

env:
Project_File: FAFB-PowerShell-Tool\FAFB-PowerShell-Tool.csproj
Coverlet_File: FAFB-PowerShell-Tool\FAFB-PowerShell-Tool.Tests\coverage.cobertura.xml

steps:
- name: Checkout
Expand All @@ -40,7 +41,7 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./TestResults/Coverage/coverage.cobertura.xml
files: $env:Coverlet_File
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true

0 comments on commit 103a0eb

Please sign in to comment.