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

Commit

Permalink
Normalize file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya-Chatla committed Nov 21, 2018
1 parent 40d5769 commit daf582f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jacoco.js
Expand Up @@ -13,7 +13,7 @@
total: 23,
fileReports: [
{
filename: 'com/wmbest/myapplicationtest/MainActivity.java',
filename: path.normalize('com/wmbest/myapplicationtest/MainActivity.java'),
coverage: {
8: 0,
11: 2,
Expand Down Expand Up @@ -42,7 +42,7 @@
total: 23,
fileReports: [
{
filename: 'my-project/com/wmbest/myapplicationtest/MainActivity.java',
filename: path.normalize('my-project/com/wmbest/myapplicationtest/MainActivity.java'),
coverage: {
8: 0,
11: 2,
Expand Down

0 comments on commit daf582f

Please sign in to comment.