Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Apr 17, 2023
2 parents a09b09b + 4dceac8 commit ed45677
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Java 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Install SonarScanner
run: choco install "sonarscanner-msbuild-net46" -y
- name: Setup .NET
Expand All @@ -40,18 +45,6 @@ jobs:
outputFormat: 'opencover'
excludes: '[program]*,[test]test.*'
threshold: 80
- name: 'Upload Artifact1'
uses: actions/upload-artifact@v3
with:
name: lcov.info
path: lcov.info
retention-days: 1
- name: 'Upload Artifact2'
uses: actions/upload-artifact@v3
with:
name: coverage.opencover.xml
path: coverage.opencover.xml
retention-days: 1
- name: CodeCov
uses: codecov/codecov-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ __Optimized with__ : [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet

## Current status

[![Build status](https://ci.appveyor.com/api/projects/status/s4y0e3g6fxncdhi6/branch/main?svg=true)](https://ci.appveyor.com/project/Zeugma440/atldotnet/branch/main) [![codecov](https://codecov.io/gh/Zeugma440/atldotnet/branch/main/graph/badge.svg)](https://codecov.io/gh/Zeugma440/atldotnet) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Zeugma440_atldotnet&metric=alert_status)](https://sonarcloud.io/dashboard?id=Zeugma440_atldotnet)
[![.NET](https://github.com/Zeugma440/atldotnet/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/Zeugma440/atldotnet/actions/workflows/dotnet.yml) [![codecov](https://codecov.io/gh/Zeugma440/atldotnet/branch/main/graph/badge.svg)](https://codecov.io/gh/Zeugma440/atldotnet) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Zeugma440_atldotnet&metric=alert_status)](https://sonarcloud.io/dashboard?id=Zeugma440_atldotnet)

## What is ATL .NET ?

Expand Down
6 changes: 0 additions & 6 deletions sonar-project.properties

This file was deleted.

0 comments on commit ed45677

Please sign in to comment.