Integrate Codecov for coverage report uploads

Add step to upload coverage reports to Codecov
This commit is contained in:
Snider 2025-11-02 22:09:54 +00:00 committed by GitHub
parent 8e9a7d71fa
commit 1a114d1f64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,11 @@ jobs:
- name: Test
run: go test -v -coverprofile=coverage.out ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage report
uses: actions/upload-artifact@v4
with: