Skip to content

Commit 94d6c76

Browse files
committed
change coverage upload path
1 parent 0ef9c77 commit 94d6c76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
TEST_MYSQL_USER: root
3333
TEST_MYSQL_PASS: testbench
3434
TEST_MYSQL_PORT: ${{ job.services.mysql.ports['3306'] }}
35-
- name: move coverage
36-
run: ls -lahR ./ && mv ./coverage/tests.sh/cov.xml ./cov.xml
35+
- name: list coverage
36+
run: ls -lahR ./coverage/tests.sh/cov.xml
3737
- name: Send coverage
3838
uses: codecov/codecov-action@v1
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
41-
file: ./cov.xml
41+
file: ./coverage/tests.sh/cov.xml

0 commit comments

Comments
 (0)