Skip to content

Commit

Permalink
Improve codecov setup (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught authored Mar 16, 2023
1 parent f9252d1 commit d190cd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: Set up Go
uses: actions/setup-go@v3
Expand All @@ -93,6 +95,7 @@ jobs:
- name: Update codecov report
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./unit-tests-artifact/coverage-unit-tests.out,./coverage-integration-tests.out
fail_ci_if_error: false
verbose: true
Expand Down

0 comments on commit d190cd9

Please sign in to comment.