File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments