Skip to content

Commit d25452b

Browse files
committed
test: just for test
1 parent e9db84a commit d25452b

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
# jiaozifs
2-
version control file system.
3-
4-
## quick start
5-
6-
build
7-
```bash
8-
git clone https://github.com/jiaozifs/jiaozifs.git
9-
make build
10-
```
11-
12-
init and running
13-
```bash
14-
./jzfs init --db postgres://li:li123@localhost:5432/jiaozifs?sslmode=disable
15-
16-
./jzfs daemon
17-
```
1+
# 仅测试

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
comment: # this is a top-level key
2+
layout: "diff, files"
3+
behavior: default
4+
require_changes: false # if true: only post the comment if coverage changes
5+
require_base: no # [yes :: must have a base report to post]
6+
require_head: yes # [yes :: must have a head report to post]

0 commit comments

Comments
 (0)