Merge branch 'main' into feature/105_enhance-default-tls-port

This commit is contained in:
Winni Neessen 2024-01-25 14:03:43 +01:00
commit 80893bd27a
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -50,6 +50,6 @@ jobs:
go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
- name: Upload coverage to Codecov
if: success() && matrix.go == '1.21' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos