File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 echo "ASPNETCORE_ENVIRONMENT are > ${ASPNETCORE_ENVIRONMENT}"
3636 dotnet test "EstateReportingAPI.Tests\EstateReportingAPI.Tests.csproj" /p:CollectCoverage=true /p:Exclude="[xunit*]*" /p:ExcludeByAttribute="Obsolete" /p:ExcludeByAttribute="GeneratedCodeAttribute" /p:ExcludeByAttribute="CompilerGeneratedAttribute" /p:ExcludeByAttribute="ExcludeFromCodeCoverageAttribute" /p:CoverletOutput="../lcov1.info" /maxcpucount:1 /p:CoverletOutputFormat="lcov"
3737
38- - name : Setup Node.js for use with actions
39- uses : actions/setup-node@v1.4.4
40-
41- - name : Upload coverage reports to Codecov
42- uses : codecov/codecov-action@v3
43- with :
44- token : ${{ secrets.CODECOV_TOKEN }}
45- files : ./lcov1.info
46-
4738 - name : Build Docker Image
4839 run : docker build . --file EstateReportingAPI/Dockerfile --tag estatereportingapi:latest
4940
You can’t perform that action at this time.
0 commit comments