Skip to content

Commit

Permalink
chore(ci): adding coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jun 29, 2024
1 parent 333f74f commit f35eabe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:

- name: Test
run: make tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f35eabe

Please sign in to comment.