Skip to content

Bump golang.org/x/net from 0.0.0-20211029224645-99673261e6eb to 0.17.… #21

Bump golang.org/x/net from 0.0.0-20211029224645-99673261e6eb to 0.17.…

Bump golang.org/x/net from 0.0.0-20211029224645-99673261e6eb to 0.17.… #21

Workflow file for this run

name: Test and coverage
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.18'
- name: Run coverage
run: make calculate_coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
verbose: true
flags: go_tests
fail_ci_if_error: true