Skip to content

deps(ci): bump docker/metadata-action from 5.8.0 to 5.9.0 #1676

deps(ci): bump docker/metadata-action from 5.8.0 to 5.9.0

deps(ci): bump docker/metadata-action from 5.8.0 to 5.9.0 #1676

Workflow file for this run

name: codecov.io
on:
push:
pull_request:
permissions:
contents: read
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
- name: Setup go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 #v6.0.0
with:
go-version-file: go.mod
- name: Connect to Tailnet
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
uses: tailscale/github-action@a392da0a182bba0e9613b6243ebd69529b1878aa #v4.1.0
with:
args: --accept-dns=true
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:github-runner
version: latest
- name: Runing tests for coverage
run: |
go test -race -coverprofile=coverage.out -covermode=atomic `go list ./... | grep -v vendor/` -v
- name: Uploading coverage to Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 #v5.5.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: TibiaData/tibiadata-api-go