Skip to content

Commit

Permalink
added cover report workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Apr 12, 2023
1 parent 61f977b commit a8b30f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
branch: main

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit a8b30f7

Please sign in to comment.