Skip to content

Commit d759b51

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [REFACTOR] coverage file moved
1 parent a408b29 commit d759b51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Upload coverage reports to Codecov with GitHub Action
6969
uses: codecov/codecov-action@v5
7070
with:
71+
directory: ./coverage/ # optional
72+
files: ./coverage/coverage.out # optional
73+
root_dir: ./ # optional
7174
token: ${{ secrets.CODECOV_TOKEN }} # required
7275
verbose: true # optional (default = false)
7376

0 commit comments

Comments
 (0)