Closed evanugarte closed 2 years ago
Merging #1427 (01e95c9) into master (35dff34) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #1427 +/- ##
======================================
Coverage 59.1% 59.1%
======================================
Files 94 94
Lines 4598 4598
Branches 980 980
======================================
Hits 2713 2713
Misses 1627 1627
Partials 258 258
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 35dff34...01e95c9. Read the comment docs.
Docker Machine with USB support on Windows/macOS may also help
How to test this
ensure Docker is installed on your machine
from the
SJSU-DEV2
project folder, rundocker build -t sj-dev2 -f docker/Dockerfile.base .
After some time, the image should be created with the
setup
script already have been ran.With the Remote Containers VS Code extension installed, navigate to the dedicated tab on your VS Code window:
Right click the container and select
Attach in new Window
. A new VS Code window should open shortly.In the new window click the
Open Folder
button and enter/SJSU-DEV2
in the top middle input:The new window should now open the project with a dedicated terminal.
Run
make application
on hello world to ensure no errors:Issues to address before PR is ready for review