Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use PWD instead of relative path in build context devcontainer #53

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danangmassandy
Copy link
Collaborator

@danangmassandy danangmassandy commented Jun 19, 2024

The vscode is failed to build images with following error: cannot find Dockerfile.
Error: ENOENT: no such file or directory, open '/home/danang/.vscode-remote-containers/dist/deployment/docker/Dockerfile'

This could be vscode cannot determine the correct build context.
VSCode version
image

DevContainer version: v0.369.0
WSL version:
image

Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
3313 3219 97% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: dbe0f29 by action🐍

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.23%. Comparing base (ce3966e) to head (dbe0f29).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #53   +/-   ##
=======================================
  Coverage   97.23%   97.23%           
=======================================
  Files          61       61           
  Lines        3217     3217           
=======================================
  Hits         3128     3128           
  Misses         89       89           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant