Skip to content

DDO-3242: Remove "v2_" from table names #809

DDO-3242: Remove "v2_" from table names

DDO-3242: Remove "v2_" from table names #809

Workflow file for this run

name: Test Sherlock
on:
push:
branches:
- main
paths:
- ".github/workflows/sherlock-test.yaml"
- "sherlock/**"
- "!sherlock/docs/**"
- "go-shared/**"
pull_request:
branches:
- main
paths:
- ".github/workflows/sherlock-test.yaml"
- "sherlock/**"
- "!sherlock/docs/**"
- "go-shared/**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "sherlock/go.mod"
- name: run all tests
run: make test-with-coverage
- name: upload test coverage report
uses: codecov/codecov-action@v3
with:
files: go-shared/cover.out,sherlock/cover.out