We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dec064 commit 11ab233Copy full SHA for 11ab233
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- run: ./millw -i -k -d __.testCached + __.scoverage.xmlReport + __.publishLocal testRepo
36
if: matrix.os != 'windows-latest'
37
- - run: .\millw.bat -i -k -d __.testCached + __.scoverage.xmlReport + __.publishLocal testRepo
+ - run: .\millw.bat -i -k -d __.testCached + __.scoverage.xmlReport + __.publishLocal --localIvyRepo testRepo
38
if: matrix.os == 'windows-latest'
39
40
- name: Upload scoverage reports to codecov.io
0 commit comments