Skip to content

Instantly share code, notes, and snippets.

@adieuadieu
Last active February 10, 2017 10:48
Show Gist options
  • Save adieuadieu/a2259197c4c36072f67bc39f2c91e88b to your computer and use it in GitHub Desktop.
Save adieuadieu/a2259197c4c36072f67bc39f2c91e88b to your computer and use it in GitHub Desktop.
Collecting test metadata in CircleCI with Ava
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/reports
- eslint --format junit src/ > $CIRCLE_TEST_REPORTS/reports/eslint.xml
- ava --tap | tap-xunit > $CIRCLE_TEST_REPORTS/reports/ava.xml
@adieuadieu
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment