Skip to content

Commit

Permalink
chore: fix github codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannm committed Jul 21, 2024
1 parent 7b0aefb commit 5e684ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
files: ./coverage.out
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5e684ec

Please sign in to comment.