Skip to content

Commit 466fd77

Browse files
fix: security patch (#3)
* fix: security patch vitest upgrade
1 parent 407932c commit 466fd77

File tree

8 files changed

+323
-604
lines changed

8 files changed

+323
-604
lines changed

.github/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
[![npm](https://img.shields.io/npm/v/@amadeus-it-group/svelvunity)](https://www.npmjs.com/package/@amadeus-it-group/svelvunity)
88
![build](https://github.com/AmadeusITGroup/Svelvunity/workflows/ci/badge.svg)
9-
[![codecov](https://codecov.io/gh/AmadeusITGroup/Svelvunity/branch/main/graph/badge.svg)](https://codecov.io/gh/AmadeusITGroup/Svelvunity)
109

1110
## Introduction
1211

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
- run: npm run check
3232
- run: npm run test
3333
- run: npm run coverage
34-
- uses: codecov/codecov-action@v4
35-
with:
36-
files: coverage/lcov.info
37-
flags: unit
38-
disable_search: true
39-
threshold: -3.02%
40-
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
4134
- run: npm run build
4235

4336
env:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<h1 align="center">Svelvunity - Where apps get alive</h1>
22

33
![build](https://github.com/AmadeusITGroup/Svelvunity/workflows/ci/badge.svg)
4-
[![codecov](https://codecov.io/gh/AmadeusITGroup/Svelvunity/branch/main/graph/badge.svg)](https://codecov.io/gh/AmadeusITGroup/Svelvunity)
54

65
## Introduction
76

0 commit comments

Comments
 (0)