Skip to content

Commit

Permalink
Remove references to codecov (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchapman68 authored Jun 14, 2021
1 parent c395e6f commit df66353
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 53 deletions.
25 changes: 0 additions & 25 deletions .codecov.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/apiPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
NODE_ENV: "test"
PUBLIC_URL: "test"
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./eq-author-api/coverage/coverage-final.json
flags: API
name: API
fail_ci_if_error: true

Build:
if: contains( github.event.pull_request.labels.*.name, 'dependencies') != true
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/authorPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
NODE_ENV: "test"
PUBLIC_URL: "test"
CI: true
- name: Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./eq-author/coverage/coverage-final.json
flags: Frontend
name: Frontend
fail_ci_if_error: true

Build:
if: contains( github.event.pull_request.labels.*.name, 'dependencies') != true
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/publisherPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
NODE_ENV: "test"
PUBLIC_URL: "test"
CI: true
- name: Upload coverage file to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./eq-publisher/coverage/coverage-final.json
flags: Publisher
name: Publisher
fail_ci_if_error: true

Build:
if: contains( github.event.pull_request.labels.*.name, 'dependencies') != true
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
![API](https://github.com/ONSdigital/eq-author-app/workflows/API%20Pull%20Request/badge.svg)
![Author](https://github.com/ONSdigital/eq-author-app/workflows/Author%20Pull%20Request/badge.svg)

[![codecov](https://codecov.io/gh/ONSdigital/eq-author-app/branch/master/graph/badge.svg)](https://codecov.io/gh/ONSdigital/eq-author-app)
[![Codacy](https://api.codacy.com/project/badge/Grade/f9cbc9e5c531436ca73ee0769a766678)](https://www.codacy.com/app/ONSDigital/eq-author-app)
![Snyk](https://img.shields.io/snyk/vulnerabilities/github/ONSDigital/eq-author-app.svg)

Expand Down
1 change: 0 additions & 1 deletion eq-author-api/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e
yarn install --frozen-lockfile
yarn lint --max-warnings=0
yarn test --coverage
bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION -c -F api
yarn test:breakingChanges

docker build -t onsdigital/eq-author-api:$TAG --build-arg APPLICATION_VERSION=$(git rev-parse HEAD) -f Dockerfile .
1 change: 0 additions & 1 deletion eq-author/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ set -e
yarn install --frozen-lockfile
yarn lint
yarn test --coverage
bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION -c -F author
REACT_APP_EQ_AUTHOR_VERSION=$(git rev-parse HEAD) yarn build
docker build -t onsdigital/eq-author:$TAG .
1 change: 0 additions & 1 deletion eq-publisher/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ set -e
yarn install --frozen-lockfile
yarn lint
yarn test --coverage
bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION -c -F publisher
docker build -t onsdigital/eq-publisher:$TAG --build-arg APPLICATION_VERSION=$(git rev-parse HEAD) -f Dockerfile .

0 comments on commit df66353

Please sign in to comment.