Skip to content

Merge pull request #2 from FalkorDB/nodocker-option #51

Merge pull request #2 from FalkorDB/nodocker-option

Merge pull request #2 from FalkorDB/nodocker-option #51

name: Test and coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4