Adjust integration test path

This commit is contained in:
Ilja Lapkovskis 2024-01-19 17:48:13 +02:00
parent d75067e431
commit 7dcae03460
No known key found for this signature in database
GPG key ID: 53D2AA4F0D1079C4

View file

@ -32,7 +32,7 @@ jobs:
run: go build -v . run: go build -v .
- name: Test - name: Test
run: go test -coverprofile=coverage.out -covermode=atomic -v tests/. run: go test -coverprofile=coverage.out -covermode=atomic -v ./tests/.
- name: Upload coverage report - name: Upload coverage report
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1