From d3367d217e7f697a464393791d0011565b05626e Mon Sep 17 00:00:00 2001 From: zxr6 Date: Tue, 19 Oct 2021 08:52:43 +0800 Subject: [PATCH] Remove independent `codecov.yml`, since it has been integrated into test workflow. --- codecov.yml | 14 -------------- roclang.Rproj | 1 - 2 files changed, 15 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 04c5585..0000000 --- a/codecov.yml +++ /dev/null @@ -1,14 +0,0 @@ -comment: false - -coverage: - status: - project: - default: - target: auto - threshold: 1% - informational: true - patch: - default: - target: auto - threshold: 1% - informational: true diff --git a/roclang.Rproj b/roclang.Rproj index 69fafd4..cba1b6b 100644 --- a/roclang.Rproj +++ b/roclang.Rproj @@ -14,7 +14,6 @@ LaTeX: pdfLaTeX AutoAppendNewline: Yes StripTrailingWhitespace: Yes -LineEndingConversion: Posix BuildType: Package PackageUseDevtools: Yes