-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6eb8a5a
commit ecddac8
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
steps: | ||
# uses GitHub's checkout action to checkout code form the master branch | ||
- name: 🛎️ Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup .NET 7.0 | ||
uses: actions/setup-dotnet@v3 | ||
|
@@ -59,7 +59,7 @@ jobs: | |
|
||
# ReportGenerator -reports:"src/Utility.Test/TestResults/**/coverage.cobertura.xml" -targetdir:coveragereport | ||
- name: ReportGenerator | ||
uses: danielpalme/[email protected].24 | ||
uses: danielpalme/[email protected].25 | ||
with: | ||
reports: 'src/Utility.Test/TestResults/**/coverage.cobertura.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported. | ||
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved. | ||
|
@@ -94,7 +94,7 @@ jobs: | |
target-folder: coverage | ||
|
||
- name: Upload coverage report artifact | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: CoverageReport # Artifact name | ||
path: coveragereport # Directory containing files to upload | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters