Skip to content

Use incubating for odh-model-controller manifests #3044

Use incubating for odh-model-controller manifests

Use incubating for odh-model-controller manifests #3044

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- incubation
- main
- master
pull_request:
jobs:
unit-test:
name: Run tests and collect coverage
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Unit Tests
run: make unit-test
- name: Upload results to Codecov
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}