Skip to content

add color flag for text log (#871) #2037

add color flag for text log (#871)

add color flag for text log (#871) #2037

Workflow file for this run

name: Tests
on:
push:
branches:
- develop
pull_request:
jobs:
test:
name: Test
runs-on: warp-ubuntu-latest-x64-16x
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.24
id: go
- name: Checkout sources
uses: actions/checkout@v2
- name: Run unit tests and generate the coverage report
run: make test-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
files: ./coverage.out
verbose: false
flags: unittests