Skip to content

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /tools/eksDistroBuildToolingOpsTools #265

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /tools/eksDistroBuildToolingOpsTools

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /tools/eksDistroBuildToolingOpsTools #265

Workflow file for this run

name: Test coverage
on:
pull_request:
paths:
- 'tools/eksDistroBuildToolingOpsTools/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- name: Run go test with coverage
run: |
cd tools/eksDistroBuildToolingOpsTools/
go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Codecov upload
uses: codecov/codecov-action@v3.1.0
with:
working-directory: 'tools/eksDistroBuildToolingOpsTools'
files: ./coverage.txt