NOISSUE - Fix CI script config path (#2455)

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2024-10-08 08:44:35 +02:00
committed by GitHub
parent 4552b7c7ab
commit 95c174c094
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -35,10 +35,9 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV }}
directory: ./coverage/
name: codecov-umbrella
files: ./coverage/*.out
codecov_yml_path: tools/codecov.yml
verbose: true
config-file: tools/codecov.yml
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3
+1 -1
View File
@@ -389,5 +389,5 @@ jobs:
with:
token: ${{ secrets.CODECOV }}
files: ./coverage/*.out
name: codecov-umbrella
codecov_yml_path: tools/codecov.yml
verbose: true