From 96cf1ad1fefcc785316ed66598eb420d55d6258d Mon Sep 17 00:00:00 2001 From: Vicki Strateman Date: Fri, 3 Aug 2018 11:09:13 -0400 Subject: [PATCH] add coveralls and nyc to .gitignore --- .coveralls.yml | 2 ++ .gitignore | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 00000000..cba838c4 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,2 @@ +service_name: travis-pro +repo_token: xb7mdkOt7HvqNT5kHZ0ge3YV0jRJgJfcw \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6d57da4c..5849ed83 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,12 @@ node_modules # testing /coverage +# nyc test coverage +.nyc_output + +#coveralls +.coveralls.yml + # misc .DS_Store .env.local @@ -16,3 +22,5 @@ node_modules npm-debug.log* yarn-debug.log* yarn-error.log* + +