]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: add codecov configuration
authorDaniel Wagner <dwagner@suse.de>
Wed, 13 Dec 2023 08:29:40 +0000 (09:29 +0100)
committerDaniel Wagner <dwagner@suse.de>
Wed, 13 Dec 2023 08:29:40 +0000 (09:29 +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 2e2ffdae7ebb891b37854e56fd7566ba92f8d222..3ed1f995992fac164d7469100fb4d8b0d9c435c3 100644 (file)
@@ -18,10 +18,5 @@ jobs:
         run: |
           scripts/build.sh coverage
       - uses: codecov/codecov-action@v3
-        ignore:
-          - 'subprojects'
-          - 'ccan'
-          - 'test'
-          - 'examples'
         with:
           fail_ci_if_error: false
diff --git a/codecov.yml b/codecov.yml
new file mode 100644 (file)
index 0000000..d40a8ea
--- /dev/null
@@ -0,0 +1,6 @@
+---
+ignore:
+  - 'subprojects'
+  - 'ccan'
+  - 'test'
+  - 'examples'