2
mirror of https://github.com/digineat/go-metatrader4.git synced 2026-05-01 01:13:45 +04:00

Update codecov/codecov-action action to v6

This commit is contained in:
renovate[bot]
2026-04-15 09:37:18 +00:00
committed by GitHub
parent 31a404d65e
commit 171a8f6bae
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Run tests - name: Run tests
run: go test -race -coverprofile=coverage.out -covermode=atomic ./... run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage reports - name: Upload coverage reports
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v6
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}