Skip to content

Commit bd5724f

Browse files
committed
ci: remove codecov upload
1 parent bf3a111 commit bd5724f

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/verify.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ jobs:
6969
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7070
shell: pwsh
7171
run: ./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
72-
- name: Upload coverage reports to Codecov
73-
uses: codecov/codecov-action@v5
74-
with:
75-
token: ${{ secrets.CODECOV_TOKEN }}
76-
working-directory: coverage
77-
flags: unittests
78-
files: CommonNet.Extensions.Tests.net48.xml,CommonNet.Extensions.Tests.net8.0.xml,CommonNet.Extensions.Tests.net10.0.xml
79-
os: linux
80-
verbose: true
8172
windows-build:
8273
runs-on: windows-latest
8374
steps:
@@ -99,12 +90,3 @@ jobs:
9990
dotnet test --no-restore --configuration Release --no-build --verbosity normal --framework net48 --results-directory $currentDirectory/coverage --coverage-output=$currentDirectory/coverage/CommonNet.Extensions.Tests.net48.xml --coverage-output-format=xml --coverage --project CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj
10091
dotnet test --no-restore --configuration Release --no-build --verbosity normal --framework net8.0 --results-directory $currentDirectory/coverage --coverage-output=$currentDirectory/coverage/CommonNet.Extensions.Tests.net8.0.xml --coverage-output-format=xml --coverage --project CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj
10192
dotnet test --no-restore --configuration Release --no-build --verbosity normal --framework net10.0 --results-directory $currentDirectory/coverage --coverage-output=$currentDirectory/coverage/CommonNet.Extensions.Tests.net10.0.xml --coverage-output-format=xml --coverage --project CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj
102-
- name: Upload coverage reports to Codecov
103-
uses: codecov/codecov-action@v5
104-
with:
105-
token: ${{ secrets.CODECOV_TOKEN }}
106-
working-directory: coverage
107-
files: CommonNet.Extensions.Tests.net48.xml,CommonNet.Extensions.Tests.net8.0.xml,CommonNet.Extensions.Tests.net10.0.xml
108-
flags: unittests
109-
os: windows
110-
verbose: true

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
**master**
1212
* ![Build status](https://github.com/dmako/CommonNetExtensions/actions/workflows/verify.yml/badge.svg?branch=master)
13-
* [![codecov](https://codecov.io/gh/dmako/CommonNetExtensions/branch/master/graph/badge.svg?token=3DB4YSH9UW)](https://codecov.io/gh/dmako/CommonNetExtensions)
1413
* [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=coverage&branch=master)](https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions)
1514
* [![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=sqale_index&branch=master)](https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions)
1615
* [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=alert_status&branch=master)](https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions)
@@ -22,7 +21,6 @@
2221

2322
**devel**
2423
* ![Build status](https://github.com/dmako/CommonNetExtensions/actions/workflows/verify.yml/badge.svg?branch=devel)
25-
* [![codecov](https://codecov.io/gh/dmako/CommonNetExtensions/branch/devel/graph/badge.svg?token=3DB4YSH9UW)](https://codecov.io/gh/dmako/CommonNetExtensions)
2624
* [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=coverage&branch=devel)](https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions)
2725
* [![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=sqale_index&branch=devel)](https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions)
2826
* [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=alert_status&branch=devel)](https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions)

0 commit comments

Comments
 (0)