Skip to content

Commit 7fea2a4

Browse files
Remove LCOV merger and Codacy coverage upload steps
Removed LCOV merger installation and coverage upload steps.
1 parent 7cbfead commit 7fea2a4

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/nightlybuild.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,6 @@ jobs:
3737
run: |
3838
dotnet test "EstateReportingAPI.IntegrationTests\EstateReportingAPI.IntegrationTests.csproj" /p:CollectCoverage=true /p:Exclude="[xunit*]*" /p:ExcludeByAttribute="Obsolete" /p:ExcludeByAttribute="GeneratedCodeAttribute" /p:ExcludeByAttribute="CompilerGeneratedAttribute" /p:ExcludeByAttribute="ExcludeFromCodeCoverageAttribute" /p:CoverletOutput="../lcov2.info" /maxcpucount:1 /p:CoverletOutputFormat="lcov"
3939
40-
- name: Install LCOV merger
41-
run: npm install -g lcov-result-merger
42-
43-
- name: Merge LCOV reports
44-
run: |
45-
mkdir -p coverage
46-
lcov-result-merger "*.info" > lcov.info
47-
48-
- name: Upload merged coverage to Codacy
49-
uses: codacy/codacy-coverage-reporter-action@v1
50-
with:
51-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
52-
coverage-reports: ./lcov.info
53-
5440
- uses: actions/upload-artifact@v4
5541
if: ${{ failure() }}
5642
with:

0 commit comments

Comments
 (0)