Skip to content

Commit 135fa94

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

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
@@ -65,6 +65,9 @@ jobs:
6565
name: coverage-report
6666
path: coverage
6767

68+
- name: Move coverage to root
69+
run: mv ./coverage/coverage.out ./coverage.out
70+
6871
- name: Upload coverage reports to Codecov with GitHub Action
6972
uses: codecov/codecov-action@v5
7073
with:

0 commit comments

Comments
 (0)