Skip to content

Commit

Permalink
[Remove] Codecov from quality pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Oct 4, 2023
1 parent 81802a7 commit d6a610d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit d6a610d

Please sign in to comment.