Skip to content

Commit a0236d9

Browse files
committed
adding proxy to codecov pipeline
1 parent e668ac4 commit a0236d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Runing tests for coverage
2020
run: |
2121
go test -race -coverprofile=coverage.out -covermode=atomic `go list ./... | grep -v vendor/` -v
22+
env:
23+
TIBIADATA_PROXY: ${{ secrets.TIBIADATA_PROXY }}
2224

2325
- name: Uploading coverage to Codecov
2426
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)