We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce963ed commit 2ef8c33Copy full SHA for 2ef8c33
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
TEST_MYSQL_PASS: testbench
34
TEST_MYSQL_PORT: ${{ job.services.mysql.ports['3306'] }}
35
- name: move coverage
36
- run: mv $(pwd)/coverage/tests.sh/cov.xml $(pwd)/cov.xml
+ run: tree $(pwd)/coverage && mv $(pwd)/coverage/tests.sh/cov.xml $(pwd)/cov.xml
37
- name: Send coverage
38
uses: codecov/codecov-action@v1
39
with:
0 commit comments