Skip to content

Commit 09860d4

Browse files
committed
add tests
1 parent 42843f1 commit 09860d4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
- name: Run Tests
18+
run: |
19+
go test -coverprofile=coverage.txt
1720
- uses: codecov/codecov-action@v5
1821
with:
1922
token: ${{ secrets.CODECOV_TOKEN }}

raid

8.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)