Skip to content

improve get/refresh func #35

improve get/refresh func

improve get/refresh func #35

Workflow file for this run

name: master
'on':
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
TZ: Europe/Amsterdam
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
- run: make build
- run: make test
- run: make coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cover.out
flags: unittests
verbose: true