Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Chalabi <[email protected]>
  • Loading branch information
chalabi2 authored Oct 23, 2024
2 parents 71b3940 + 2aa5681 commit d057e21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"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",

"test:coverage:lcov": "bun run test:coverage --coverage-reporter=lcov --coverage-dir ./coverage",

"coverage:upload": "codecov"
},
"author": "Joseph Chalabi",
Expand Down

0 comments on commit d057e21

Please sign in to comment.