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",