Skip to content

Commit 2d22c21

Browse files
committed
Removed sonar cube analysis since they stopped supporting decent code coverage
1 parent 1635c83 commit 2d22c21

2 files changed

Lines changed: 1 addition & 64 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: .\Bin\${{ matrix.config }}-windows-x86_64\EppoTesting\EppoTesting.exe --gtest_output="xml:${{env.RUNNER_TEMP}}\testoutput.xml"
5454

5555
- name: "Save test output"
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: TestOutput-${{ matrix.config }}
5959
path: ${{env.RUNNER_TEMP}}/testoutput.xml

.github/workflows/sonarcube.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)