mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 07:00:25 +00:00
NOISSUE - Ignore tools dir in CI tests (#2452)
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
directory: ./coverage/
|
||||
name: codecov-umbrella
|
||||
verbose: true
|
||||
config-file: tools/codecov.yml
|
||||
|
||||
- name: Set up Docker Build
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.59.1
|
||||
args: --config ./tools/config/.golangci.yml
|
||||
args: --config ./tools/config/golangci.yml
|
||||
|
||||
- name: Build all Binaries
|
||||
run: |
|
||||
@@ -388,6 +388,6 @@ jobs:
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV }}
|
||||
directory: ./coverage/
|
||||
files: ./coverage/*.out
|
||||
name: codecov-umbrella
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user