branch: externals/bnf-mode
commit 2d1ee12f3ba6e75841066bf429d7bf836d4b89d7
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Remove codecov stuff
---
.codecov.yml | 52 ----------------------------------------------------
.elpaignore | 1 -
.gitattributes | 1 -
3 files changed, 54 deletions(-)
diff --git a/.codecov.yml b/.codecov.yml
deleted file mode 100644
index a7ca5be..0000000
--- a/.codecov.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright (C) 2019, 2020 Free Software Foundation, Inc.
-#
-# License
-#
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 3
-# of the License, or (at your option) any later version.
-#
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this file. If not, see <https://www.gnu.org/licenses/>.
-
-codecov:
- notify:
- # will no delay sending notifications until all ci is finished
- require_ci_to_pass: no
-
-coverage:
- precision: 2
- round: down
- range: "65...90"
-
- status:
- project:
- default:
- # the amount that coverage can drop while still posting a success
- threshold: 1%
- patch: no
- changes: no
-
-comment:
- layout: diff
- behavior: default
- require_changes: false
-
-ignore:
- - ".git"
- - "*.yml"
- - "*.json"
- - "*.md"
- - "*.mk"
- - "*.txt"
-
- # ignore folders and all its contents
- - ".cask/.*"
- - ".github/.*"
- - "test/test-.*"
diff --git a/.elpaignore b/.elpaignore
index 7863129..70197dd 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -1,4 +1,3 @@
-.codecov.yml
.dir-locals.el
.elpaignore
.gitattributes
diff --git a/.gitattributes b/.gitattributes
index b20192a..f6bb9de 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,4 @@
.git* export-ignore
-.codecov.yml export-ignore
.elpaignore export-ignore
bnf-mode.el export-subst