mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:40:19 +00:00
NOISSUE - Fix CI script config path (#2455)
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -389,5 +389,5 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.CODECOV }}
|
||||
files: ./coverage/*.out
|
||||
name: codecov-umbrella
|
||||
codecov_yml_path: tools/codecov.yml
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user