Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

chore: bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29 #299

chore: bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29

chore: bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29 #299

Workflow file for this run

name: Codecov
on: pull_request
permissions: read-all
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: Unit test
run: make unit-test
- uses: codecov/codecov-action@v3
with:
files: coverage.txt