Skip to content

Commit 37ae843

Browse files
:|
1 parent 32be6fb commit 37ae843

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/nightlybuild.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ jobs:
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

0 commit comments

Comments
 (0)