Skip to content

Commit

Permalink
ci: maybe fix coverage (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Aug 28, 2024
1 parent 278c20d commit 2aa5681
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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

### Installation

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
Expand Down
2 changes: 2 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[test]
preload = "./happydom.ts"
coverageSkipTestFiles = true
coverageReporter = ["text", "lcov"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2aa5681

Please sign in to comment.