Skip to content

Commit d876a90

Browse files
committed
Fixed location of coverage file.
1 parent 55d8bd0 commit d876a90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
env:
2626
XDEBUG_MODE: coverage
2727

28-
- name: Test,
29-
run: ls
30-
3128
- name: Upload coverage to Codecov
3229
uses: codecov/codecov-action@v1
3330
with:
34-
files: ./coverage.xml
31+
files: ./coverage/result.xml

0 commit comments

Comments
 (0)