Skip to content

Commit

Permalink
Add test-cover and codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Dec 8, 2023
1 parent c1744eb commit 7442ae5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
run: |
go work init
make test
- name: Test Coverage
run: |
make test-cover
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: cover.out

test-integration:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7442ae5

Please sign in to comment.