Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit daf582f

Browse files
Normalize file path
1 parent 40d5769 commit daf582f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jacoco.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
total: 23,
1414
fileReports: [
1515
{
16-
filename: 'com/wmbest/myapplicationtest/MainActivity.java',
16+
filename: path.normalize('com/wmbest/myapplicationtest/MainActivity.java'),
1717
coverage: {
1818
8: 0,
1919
11: 2,
@@ -42,7 +42,7 @@
4242
total: 23,
4343
fileReports: [
4444
{
45-
filename: 'my-project/com/wmbest/myapplicationtest/MainActivity.java',
45+
filename: path.normalize('my-project/com/wmbest/myapplicationtest/MainActivity.java'),
4646
coverage: {
4747
8: 0,
4848
11: 2,

0 commit comments

Comments
 (0)