Skip to content

Commit

Permalink
Release 5.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 16, 2022
1 parent 119c33e commit 1958c5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

# Disabled due to: https://github.com/coverlet-coverage/coverlet/issues/1391
# - name: ReportGenerator
# uses: danielpalme/[email protected].9
# uses: danielpalme/[email protected].11
# with:
# reports: 'src\target\reports\coverage\coverage.opencover.xml'
# targetdir: 'src\target\reports\coverage'
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
h.appendChild(s);
}
</script>
<script src="runtime.3a967657a38b0761.js" type="module"></script><script src="polyfills.9a22b7af111a7897.js" type="module"></script><script src="scripts.58e82174560aba06.js" defer></script><script src="main.8a13aa44584553f4.js" type="module"></script>
<script src="runtime.3a967657a38b0761.js" type="module"></script><script src="polyfills.9a22b7af111a7897.js" type="module"></script><script src="scripts.58e82174560aba06.js" defer></script><script src="main.4bbdd2fff41ac1b8.js" type="module"></script>
</body></html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
h.appendChild(s);
}
</script>
<script src="runtime.3a967657a38b0761.js" type="module"></script><script src="polyfills.9a22b7af111a7897.js" type="module"></script><script src="scripts.58e82174560aba06.js" defer></script><script src="main.8a13aa44584553f4.js" type="module"></script>
<script src="runtime.3a967657a38b0761.js" type="module"></script><script src="polyfills.9a22b7af111a7897.js" type="module"></script><script src="scripts.58e82174560aba06.js" defer></script><script src="main.4bbdd2fff41ac1b8.js" type="module"></script>
</body></html>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"ReportGenerator.Console.NetCore": {
"commandName": "Project",
"commandLineArgs": "-reports:C:\\Users\\danie\\Documents\\Projects\\ReportGenerator\\src\\Testprojects\\CSharp\\Reports\\Cobertura_coverlet.xml -targetdir:C:\\Users\\danie\\Desktop\\coverlet"
"commandLineArgs": "-reports:C:\\Users\\danie\\Desktop\\coverage.xml -targetdir:C:\\Users\\danie\\Desktop\\out123 -verbosity:Verbose"
}
}
}

0 comments on commit 1958c5f

Please sign in to comment.