Skip to content

feat(depgraph): update python version #4

feat(depgraph): update python version

feat(depgraph): update python version #4

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
Codecov-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: generate coverage
run: |
go get .
go test ./... -race -covermode=atomic