This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- coverage directory is now created at the root of the project because cc-test-reporter does not accept paths and is garbage - test-results directory is now created at the root of the project because the build directory is no longer used because cc-test-reporter does not accept paths and is garbage.
- Loading branch information
Froilan Irizarry
committed
Nov 7, 2017
1 parent
864db06
commit 92e14e4
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--reporter mocha-junit-reporter | ||
--recursive | ||
--reporter-options mochaFile=./build/test-results/results.xml | ||
--reporter-options mochaFile=./test-results/results.xml |