diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index cbe09a67..585404c4 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -47,7 +47,4 @@ jobs: run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Codecov - uses: codecov/codecov-action@v3 \ No newline at end of file diff --git a/README.md b/README.md index e326d3a1..d57a9e91 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ A demo version of the web application is available at https://comet-web.cdp4.org [![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_COMET-WEB-Community-Edition&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_COMET-WEB-Community-Edition) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_COMET-WEB-Community-Edition&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_COMET-WEB-Community-Edition) - ## Build Status GitHub actions are used to build and test the software @@ -33,13 +32,6 @@ Development | ![Build Status](https://github.com/RHEAGROUP/COMET-WEB-Community-E > The CDP4-COMET-WEB SPA is automaticaly deployed to https://comet-web.cdp4.org using a [Github action](https://github.com/RHEAGROUP/COMET-WEB-Community-Edition/actions/workflows/publish-docker-container.yml) -# CodeCov - Code Coverage - -Branch | Build Status ------------ | ------------ -Master | [![codecov](https://codecov.io/gh/RHEAGROUP/COMET-WEB-Community-Edition/branch/master/graph/badge.svg?token=2kfZrIOUtI)](https://codecov.io/gh/RHEAGROUP/COMET-WEB-Community-Edition) -Development | [![codecov](https://codecov.io/gh/RHEAGROUP/COMET-WEB-Community-Edition/branch/development/graph/badge.svg?token=2kfZrIOUtI)](https://codecov.io/gh/RHEAGROUP/COMET-WEB-Community-Edition) - ## Concurrent Design The Concurrent Design method is an approach to design activities in which all design disciplines and stakeholders are brought together to create an integrated design in a collaborative way of working. @@ -55,7 +47,6 @@ project [CDP4.WEB.Common](https://www.nuget.org/packages/CDP4.WEB.Common) | [![NuGet Badge](https://buildstats.info/nuget/CDP4.WEB.Common)](https://buildstats.info/nuget/CDP4.WEB.Common) [CDP4.WEB.Common.Test](https://www.nuget.org/packages/CDP4.WEB.Common.Test) | [![NuGet Badge](https://buildstats.info/nuget/CDP4.WEB.Common.Test)](https://buildstats.info/nuget/CDP4.WEB.Common.Test) - ## Web Application Build and Deploy using Docker - Manual The CDP4-COMET-WEB SPA is built using docker and the result is a Docker container ready to be deployed (or pushed to Docker Hub). The Docker file is located in the COMETwebapp project folder.