From d25452b43d300a0411d0adf4c63ea11c7fad1e8a Mon Sep 17 00:00:00 2001 From: hunjixin <1084400399@qq.com> Date: Wed, 29 Nov 2023 15:02:50 +0800 Subject: [PATCH 1/3] test: just for test --- README.md | 18 +----------------- codecov.yml | 6 ++++++ 2 files changed, 7 insertions(+), 17 deletions(-) create mode 100644 codecov.yml diff --git a/README.md b/README.md index e54919c..6b337d7 100644 --- a/README.md +++ b/README.md @@ -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 -``` +# 仅测试 diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..33dad9e --- /dev/null +++ b/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] \ No newline at end of file From edf83c22a419091e22cbbd59418dd6c60d873f09 Mon Sep 17 00:00:00 2001 From: hunjixin <1084400399@qq.com> Date: Wed, 29 Nov 2023 15:44:22 +0800 Subject: [PATCH 2/3] x --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 33dad9e..fd86c5d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,4 +3,4 @@ comment: # this is a top-level key 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] \ No newline at end of file + require_head: yes # [yes :: must have a head report to post] From 1a3dea8af413f879d2b43d05089d3d577fb41012 Mon Sep 17 00:00:00 2001 From: hunjixin <1084400399@qq.com> Date: Wed, 29 Nov 2023 15:56:11 +0800 Subject: [PATCH 3/3] x --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index fd86c5d..1a1acbd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,4 +3,4 @@ comment: # this is a top-level key 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] + require_head: no # [yes :: must have a head report to post]