mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
test: add codecov
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -21,4 +21,8 @@ jobs:
|
||||
run: go mod tidy
|
||||
|
||||
- name: Run tests
|
||||
run: go test ./... -v
|
||||
run: go test -coverprofile=coverage.txt
|
||||
- name: Upload results to Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
Reference in New Issue
Block a user