Skip to content

Commit

Permalink
Try to fix cicd. New idea
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Dec 27, 2024
1 parent 0ce5686 commit 27652dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--configuration Release \
--collect:"XPlat Code Coverage" \
--results-directory ./TestResults \
"/p:Exclude=[LyricsScraperNET.TestShared*]*,[LyricsScraperNET.Client*]*" \
"/p:Exclude=\[LyricsScraperNET.TestShared\*\]\*,\[LyricsScraperNET.Client\*\]\*" \
"/p:CoverletOutputFormat=cobertura"
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 27652dc

Please sign in to comment.