Enable CodeCov

This commit is contained in:
Nick Fedor 2025-01-18 01:13:11 -07:00
parent 0d14b89db7
commit 63f05f31ea
No known key found for this signature in database
GPG key ID: A167CBEDE64D29CB

View file

@ -46,10 +46,10 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
go test -v -coverprofile coverage.out -covermode atomic ./... go test -v -coverprofile coverage.out -covermode atomic ./...
# - name: Publish coverage - name: Publish coverage
# uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v5
# with: with:
# token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
build: build:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest