Compare commits
1 Commits
main
...
b4144d5ea2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4144d5ea2 |
@@ -47,7 +47,7 @@ jobs:
|
|||||||
customSettings: "" # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
|
customSettings: "" # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
|
||||||
toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool.
|
toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool.
|
||||||
- name: Upload Combined Coverage XML
|
- name: Upload Combined Coverage XML
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage
|
||||||
path: ${{ github.workspace }}/Cobertura.xml
|
path: ${{ github.workspace }}/Cobertura.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user