From c928cd7c354fd3cc7bac889ea8dd9a854b47906d Mon Sep 17 00:00:00 2001 From: Mike <41407352+hunjixin@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:08:56 +0800 Subject: [PATCH] Revert "test: just for test" --- README.md | 18 +++++++++++++++++- codecov.yml | 6 ------ 2 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 codecov.yml diff --git a/README.md b/README.md index 6b337d7..e54919c 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# 仅测试 +# 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 +``` diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 1a1acbd..0000000 --- a/codecov.yml +++ /dev/null @@ -1,6 +0,0 @@ -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]