Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
chore: remove codecov badge from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimarimon committed Mar 12, 2024
1 parent 133f44c commit 93df60e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,5 @@ jobs:
- name: Build
run: npm run build

- name: Run tests and collect coverage
run: npm run coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage/cobertura-coverage.xml
- name: Run tests
run: npm run test
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ To run all the tests:
You can optionally specify the path (or part of it) from where to search and execute test files:

npm run test -- <test-file-path>

The following example will execute all tests related to functions:

npm run test -- function
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](https://www.typescriptlang.org/)
[![codecov](https://codecov.io/gh/jordimarimon/ts-ast-parser/graph/badge.svg?token=DMIFUI10V9)](https://codecov.io/gh/jordimarimon/ts-ast-parser)
[![Build and Test Workflow](https://github.com/jordimarimon/ts-ast-parser/actions/workflows/build.yml/badge.svg)](https://github.com/jordimarimon/ts-ast-parser/blob/main/.github/workflows/build.yml)

</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ts:clear": "rm -rf ./packages/*/dist",
"test": "vitest run --config vitest.config.ts",
"test:update": "UPDATE_SNAPSHOTS=true vitest run --config vitest.config.ts",
"coverage": "vitest run --coverage --config vitest.config.ts",
"test:coverage": "vitest run --coverage --config vitest.config.ts",
"prepare": "node scripts/prepare.js",
"upgrade": "rm -rf node_modules package-lock.json && npm i",
"bump": "npx ncu -u -x typescript",
Expand Down

0 comments on commit 93df60e

Please sign in to comment.