nuxt-community / netlify-files-module

Nuxt 2 module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones
MIT License
50 stars 5 forks source link

test: added netlify files to disable-test #12

Closed andre-brdoch closed 4 years ago

andre-brdoch commented 4 years ago

disable-test did not have netlify files, so the test was not actually testing the copyExistingFiles option :)

Resolves https://github.com/nuxt-community/netlify-files-module/issues/10

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           25        25           
  Branches         2         2           
=========================================
  Hits            25        25           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 654fd78...a981258. Read the comment docs.

manniL commented 4 years ago

Thanks! 👍🏻