Skip to content

feat: adding step 'pods converge to selector' + fix: CI & syntax #1

feat: adding step 'pods converge to selector' + fix: CI & syntax

feat: adding step 'pods converge to selector' + fix: CI & syntax #1

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
build:
name: codecov
runs-on: ubuntu-latest
steps:
# - name: Set up Go 1.x
# uses: actions/setup-go@v4
# with:
# go-version: ^1.19
# id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
# - name: Run 'all' make target
# run: make all
- name: codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt # optional
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
verbose: true