Skip to content

Commit a524846

Browse files
committed
chore: add LICENSE, wire Codecov, add status badges
1 parent a90da9c commit a524846

3 files changed

Lines changed: 678 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ jobs:
3434
working-directory: libpilot
3535
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
3636

37+
- name: Upload coverage to Codecov
38+
uses: codecov/codecov-action@v4
39+
with:
40+
files: ./libpilot/coverage.out
41+
flags: unittests
42+
name: libpilot
43+
fail_ci_if_error: false
44+
3745
- name: Coverage summary
3846
working-directory: libpilot
3947
run: go tool cover -func=coverage.out | tail -20

0 commit comments

Comments
 (0)