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 39ecdf1 commit ec2e9eaCopy full SHA for ec2e9ea
.github/workflows/codecov.yml
@@ -16,11 +16,18 @@ jobs:
16
with:
17
go-version-file: go.mod
18
19
+ - name: Connect to Tailnet
20
+ uses: tailscale/github-action@v2
21
+ with:
22
+ args: --accept-dns=true
23
+ oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
24
+ oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
25
+ tags: tag:github-runner
26
+ version: 1.62.1
27
+
28
- name: Runing tests for coverage
29
run: |
30
go test -race -coverprofile=coverage.out -covermode=atomic `go list ./... | grep -v vendor/` -v
- env:
- TIBIADATA_PROXY: ${{ secrets.TIBIADATA_PROXY }}
31
32
- name: Uploading coverage to Codecov
33
uses: codecov/codecov-action@v4
0 commit comments