Skip to content

Commit

Permalink
Include version number in test results
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Oct 31, 2016
1 parent 31786b7 commit 2fefd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gulp.task('coverage', ['pre-coverage'], () => {
.pipe($.mocha({
reporter: CIRCLECI ? 'mocha-junit-reporter' : 'spec',
reporterOptions: CIRCLECI ? {
mochaFile: `${CIRCLE_TEST_REPORTS}/junit/test-results.xml`
mochaFile: `${CIRCLE_TEST_REPORTS}/junit/test-results-${process.version}.xml`
} : {},
grep: argv.grep,
bail: argv.bail
Expand Down

0 comments on commit 2fefd7a

Please sign in to comment.