File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8181 runs-on : ubuntu-latest
8282 permissions :
8383 contents : read
84- strategy :
85- matrix :
86- service : [codecov, codacy]
8784 steps :
8885 - name : Checkout repository
8986 uses : actions/checkout@v6.0.2
9390 with :
9491 name : cobertura.xml
9592
96- - name : Upload Cobertura coverage report to ${{ matrix.service }}
97- if : ${{ matrix.service == 'codecov' }}
93+ - name : Upload Cobertura coverage report to Codecov
9894 uses : codecov/codecov-action@v5.5.2
9995 with :
10096 token : ${{ secrets.CODECOV_TOKEN }}
10197 files : cobertura.xml
10298 use_oidc : false
103-
104- - name : Upload Cobertura coverage report to ${{ matrix.service }}
105- if : ${{ matrix.service == 'codacy' }}
106- uses : codacy/codacy-coverage-reporter-action@v1.3.0
107- with :
108- project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
109- coverage-reports : cobertura.xml
Original file line number Diff line number Diff line change 22
33[ ![ .NET CI] ( https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/dotnet-ci.yml/badge.svg )] ( https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/dotnet-ci.yml )
44[ ![ .NET CD] ( https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/dotnet-cd.yml/badge.svg )] ( https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/dotnet-cd.yml )
5- [ ![ Quality Gate Status ] ( https://sonarcloud.io/api/project_badges/measure?project=nanotaboada_Dotnet .Samples.AspNetCore.WebApi&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=nanotaboada_Dotnet .Samples.AspNetCore.WebApi )
5+ [ ![ CodeQL ] ( https://github.com/nanotaboada/Dotnet .Samples.AspNetCore.WebApi/actions/workflows/github-code-scanning/codeql/badge.svg )] ( https://github.com/nanotaboada/Dotnet .Samples.AspNetCore.WebApi/actions/workflows/github-code-scanning/codeql )
66[ ![ Build Status] ( https://dev.azure.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/_apis/build/status%2FDotnet.Samples.AspNetCore.WebApi?branchName=master )] ( https://dev.azure.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/_build/latest?definitionId=14&branchName=master )
7+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=nanotaboada_Dotnet.Samples.AspNetCore.WebApi&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=nanotaboada_Dotnet.Samples.AspNetCore.WebApi )
78[ ![ codecov] ( https://codecov.io/gh/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/graph/badge.svg?token=hgJc1rStJ9 )] ( https://codecov.io/gh/nanotaboada/Dotnet.Samples.AspNetCore.WebApi )
89[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/badge )] ( https://www.codefactor.io/repository/github/nanotaboada/Dotnet.Samples.AspNetCore.WebApi )
910[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-white.svg )] ( https://opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments