Skip to content

Commit

Permalink
Merge pull request #9 from jiaozifs/test/codecov_comment
Browse files Browse the repository at this point in the history
test: just for test
  • Loading branch information
taoshengshi authored Nov 29, 2023
2 parents e9db84a + 1a3dea8 commit 6bf3ee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
# jiaozifs
version control file system.

## quick start

build
```bash
git clone https://github.com/jiaozifs/jiaozifs.git
make build
```

init and running
```bash
./jzfs init --db postgres://li:li123@localhost:5432/jiaozifs?sslmode=disable

./jzfs daemon
```
# 仅测试
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
comment: # this is a top-level key
layout: "diff, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: no # [yes :: must have a head report to post]

0 comments on commit 6bf3ee1

Please sign in to comment.