NOISSUE - Move codecov yaml file (#252)

* refactor: move codecov.yaml file

Signed-off-by: Felix Gateru <felix.gateru@gmail.com>

* refactor: remove config yaml referece

Signed-off-by: Felix Gateru <felix.gateru@gmail.com>

* refactor: add auto generated api files to ignore

Signed-off-by: Felix Gateru <felix.gateru@gmail.com>

---------

Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
This commit is contained in:
Felix Gateru
2025-07-18 11:55:41 +03:00
committed by GitHub
parent 62c6a34725
commit f7dad77613
3 changed files with 1 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0
coverage:
ignore:
- "api/grpc/*"
- "tools/*"
- "**/mocks*"
- "*/middleware/*"
-1
View File
@@ -37,7 +37,6 @@ jobs:
with:
token: ${{ secrets.CODECOV }}
files: ./coverage/*.out
codecov_yml_path: tools/config/.codecov.yaml
verbose: true
- name: Set up Docker Build
-1
View File
@@ -190,5 +190,4 @@ jobs:
with:
token: ${{ secrets.CODECOV }}
files: ./coverage/*.out
codecov_yml_path: tools/.codecov.yaml
verbose: true