We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e668ac4 commit a0236d9Copy full SHA for a0236d9
.github/workflows/codecov.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Runing tests for coverage
20
run: |
21
go test -race -coverprofile=coverage.out -covermode=atomic `go list ./... | grep -v vendor/` -v
22
+ env:
23
+ TIBIADATA_PROXY: ${{ secrets.TIBIADATA_PROXY }}
24
25
- name: Uploading coverage to Codecov
26
uses: codecov/codecov-action@v3
0 commit comments