Skip to content

Commit fb98286

Browse files
committed
Remove codecov
1 parent 7c39d2f commit fb98286

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

.codecov.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,5 @@ jobs:
3535
- name: Build
3636
run: npm run build
3737

38-
- name: Run tests
39-
run: npm test
40-
41-
- name: Upload coverage reports
42-
uses: codecov/codecov-action@v4
43-
with:
44-
token: ${{ secrets.CODECOV_TOKEN }}
45-
fail_ci_if_error: true
38+
- name: Run tests with coverage
39+
run: npm run test:coverage

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![npm version](https://img.shields.io/npm/v/prisma-prefixed-ids.svg)](https://www.npmjs.com/package/prisma-prefixed-ids)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![Build Status](https://github.com/pureartisan/prisma-prefixed-ids/actions/workflows/ci.yml/badge.svg)](https://github.com/pureartisan/prisma-prefixed-ids/actions/workflows/ci.yml)
6-
[![codecov](https://codecov.io/gh/pureartisan/prisma-prefixed-ids/branch/main/graph/badge.svg)](https://codecov.io/gh/pureartisan/prisma-prefixed-ids)
76

87
A Prisma extension that automatically adds prefixed IDs to your models. This package allows you to configure custom prefixes for your models and even customize how the IDs are generated.
98

0 commit comments

Comments
 (0)