All files in the build not sent over - netlify cli

When I use the Netlify CLI, not all files are sent to Netlify.

The output of my build is below (note the coverage folder).

Then in netlify ui i see (no coverage folder)

Website is https://cornerstonejs.org

This is my github worklow

  • name: Build docs
    run: cd packages/docs && bun run build:docs

    • name: Install Netlify CLI
      run: bun add -g netlify-cli

    • name: Deploy to Netlify
      run: |
      cd packages/docs
      netlify deploy --dir=build --prod
      env:
      NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
      NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

P.S. I’m pretty sure I tried it and it worked, but it seems like it got deleted after a certain amount of time?

Hi, @sedghi. I see the coverage directory containing 2775 files in the deploy with id 6814fa3c16b86612b441c7e4 so you appear to have resolved the issue with that deploy.

If there are other questions or concerns, please let us know.

Thanks for your reply, however i still don’t see them in the file browser ui. How can i find the deploy Id? my files seems to be not uploaded since i cannot access them using https://www.cornerstonejs.org/coverage

Hi, @sedghi. The deploy id is found in several places. One place it can be found is in the address bar when looking at a deploy details page, like the URL below:

https://app.netlify.com/sites/cornerstone-3d-docs/deploys/6814fa3c16b86612b441c7e4

If you scroll to the bottom of the page above you will see something like this (I’m using dark mode):

If you don’t see that or if there are other questions, please let us know.