From 2aa56816a9a76de2bd1c8bd09d8f3de37e665d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20C=2E=20Morency?= <1102868+fmorency@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:21:07 -0400 Subject: [PATCH] ci: maybe fix coverage (#7) --- README.md | 4 ++-- bunfig.toml | 2 ++ package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5151efc1..4a536f09 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a web app that allows users to interact with the Manifest Network and it For more information on the Manifest Network and its modules, please visit the [Manifest Network GitHub](https://github.com/liftedinit/manifest-ledger). -[![codecov](https://codecov.io/gh/chalabi2/manifest-app/branch/main/graph/badge.svg)](https://codecov.io/gh/chalabi2/manifest-app) +[![codecov](https://codecov.io/gh/liftedinit/manifest-app/branch/main/graph/badge.svg)](https://codecov.io/gh/liftedinit/manifest-app) ## Getting Started @@ -12,7 +12,7 @@ For more information on the Manifest Network and its modules, please visit the [ 1. Clone the repository - - `git clone hptts://github.com/chalabi2/manifest-app` + - `git clone hptts://github.com/liftedinit/manifest-app` - `cd manifest-app` 2. Install dependencies diff --git a/bunfig.toml b/bunfig.toml index d20eff30..c5764ab6 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,2 +1,4 @@ [test] preload = "./happydom.ts" +coverageSkipTestFiles = true +coverageReporter = ["text", "lcov"] \ No newline at end of file diff --git a/package.json b/package.json index 648122de..d1d49f46 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "next lint", "remove": "rm -rf node_modules/ bun.lockb $HOME/.bun/install/cache/", "update-deps": "bunx npm-check-updates --root --format group -i", - "test:coverage": "bun test --coverage --coverage-reporter=lcov --coverage-ignore='**/*.test.{js,ts,jsx,tsx}'", + "test:coverage": "bun test --coverage", "coverage:upload": "codecov" }, "author": "Joseph Chalabi",