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 8df1687 commit c2a9ecbCopy full SHA for c2a9ecb
.github/workflows/tests.yml
@@ -32,10 +32,8 @@ jobs:
32
TEST_MYSQL_USER: root
33
TEST_MYSQL_PASS: testbench
34
TEST_MYSQL_PORT: ${{ job.services.mysql.ports['3306'] }}
35
- - name: list coverage
36
- run: ls -lahR ./coverage/
37
- name: Send coverage
38
uses: codecov/codecov-action@v1
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
- file: ./coverage/tests.sh/cov.xml
+ file: ./coverage/cov.xml
run-tests.sh
@@ -6,3 +6,6 @@ apk add --update --no-cache mysql-client
6
7
./tests.sh
8
kcov --include-pattern=backup.sh,tests.sh --exclude-pattern=coverage $(pwd)/coverage ./tests.sh
9
+
10
+ls -lahR ./coverage/
11
+mv $(pwd)/coverage/tests.sh/cov.xml $(pwd)/coverage/cov.xml
0 commit comments