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 0ef9c77 commit 94d6c76Copy full SHA for 94d6c76
.github/workflows/tests.yml
@@ -32,10 +32,10 @@ jobs:
32
TEST_MYSQL_USER: root
33
TEST_MYSQL_PASS: testbench
34
TEST_MYSQL_PORT: ${{ job.services.mysql.ports['3306'] }}
35
- - name: move coverage
36
- run: ls -lahR ./ && mv ./coverage/tests.sh/cov.xml ./cov.xml
+ - name: list coverage
+ run: ls -lahR ./coverage/tests.sh/cov.xml
37
- name: Send coverage
38
uses: codecov/codecov-action@v1
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
- file: ./cov.xml
+ file: ./coverage/tests.sh/cov.xml
0 commit comments