We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9db84a commit d25452bCopy full SHA for d25452b
README.md
@@ -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
14
-./jzfs init --db postgres://li:li123@localhost:5432/jiaozifs?sslmode=disable
15
16
-./jzfs daemon
17
+# 仅测试
codecov.yml
@@ -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: yes # [yes :: must have a head report to post]
0 commit comments