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* + +