Skip to content

udpate Max Min MinMax function to support float64, deprecated corresp… #29

udpate Max Min MinMax function to support float64, deprecated corresp…

udpate Max Min MinMax function to support float64, deprecated corresp… #29

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.18"
- name: Test
run: make test TEST_FLAGS="-race -coverprofile=coverage.txt -covermode=atomic"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt