|
78 | 78 | continue-on-error: true
|
79 | 79 | run: scripts/test.ps1 -NoProgress -IsolationMode Batch -SkipUnitTests -CodeCoverage -Config ${{ matrix.vec.config }} -Arch ${{ matrix.vec.arch }} -Tls ${{ matrix.vec.tls }} -LogProfile Full.Light ${{ matrix.vec.xdp }} ${{ matrix.vec.qtip }}
|
80 | 80 | - name: Upload Results
|
81 |
| - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 |
| 81 | + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 |
82 | 82 | with:
|
83 | 83 | name: BVT-${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }}${{ matrix.vec.qtip }}${{ matrix.vec.systemcrypto }}${{ matrix.vec.sanitize }}
|
84 | 84 | path: artifacts/coverage/*.cov
|
@@ -128,7 +128,7 @@ jobs:
|
128 | 128 | shell: pwsh
|
129 | 129 | run: scripts/spin.ps1 -Config ${{ matrix.vec.config }} -Arch ${{ matrix.vec.arch }} -Tls ${{ matrix.vec.tls }} -Timeout ${{ env.main-timeout }} -RepeatCount ${{ env.main-repeat }} -AllocFail ${{ env.main-allocfail }} ${{ matrix.vec.xdp }} -CodeCoverage -LogProfile Basic.Light
|
130 | 130 | - name: Upload Results
|
131 |
| - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 |
| 131 | + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 |
132 | 132 | with:
|
133 | 133 | name: Spin-${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }}${{ matrix.vec.sanitize }}
|
134 | 134 | path: artifacts/coverage/*.cov
|
@@ -174,7 +174,7 @@ jobs:
|
174 | 174 | shell: pwsh
|
175 | 175 | run: scripts/recvfuzz.ps1 -Config ${{ matrix.vec.config }} -Arch ${{ matrix.vec.arch }} -Tls ${{ matrix.vec.tls }} -timeout ${{ env.main-timeout }} ${{ matrix.vec.xdp }} -CodeCoverage -LogProfile Basic.Light
|
176 | 176 | - name: Upload Results
|
177 |
| - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 |
| 177 | + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 |
178 | 178 | with:
|
179 | 179 | name: RecvFuzz-${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }}${{ matrix.vec.sanitize }}
|
180 | 180 | path: artifacts/coverage/*.cov
|
@@ -223,7 +223,7 @@ jobs:
|
223 | 223 | shell: pwsh
|
224 | 224 | run: scripts/merge-coverage.ps1 -Config Debug -Arch x64 -Tls openssl
|
225 | 225 | - name: Upload Results
|
226 |
| - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 |
| 226 | + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 |
227 | 227 | with:
|
228 | 228 | name: merged
|
229 | 229 | path: artifacts\coverage\windows\x64_Debug_openssl\msquiccoverage.xml
|
|
0 commit comments