]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: add codecov configuration
authorDaniel Wagner <dwagner@suse.de>
Wed, 13 Dec 2023 08:31:37 +0000 (09:31 +0100)
committerDaniel Wagner <dwagner@suse.de>
Wed, 13 Dec 2023 08:34:15 +0000 (09:34 +0100)
Unfortunatly, the codecov configuration wants to have it's own
configurtion file on top level of the project.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
.github/workflows/coverage.yml
codecov.yml [new file with mode: 0644]

index 41f5ec9ce3ff6e542041b2e1156c132bc896f4dd..d272d0f99385e1ee2e8573ea9a471b737fbf32f7 100644 (file)
@@ -18,10 +18,5 @@ jobs:
         run: |
           scripts/build.sh coverage
       - uses: codecov/codecov-action@v3
-        ignore:
-          - "subprojects"
-          - "ccan"
-          - "tests"
-          - "unit"
         with:
           fail_ci_if_error: false
diff --git a/codecov.yml b/codecov.yml
new file mode 100644 (file)
index 0000000..b63481a
--- /dev/null
@@ -0,0 +1,6 @@
+---
+ignore:
+  - 'subprojects'
+  - 'ccan'
+  - 'tests'
+  - 'unit'