From the course: GitHub Actions Workshop: Create CI/CD Pipelines to Automate, Build, Test and Deploy your Application by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Set up unit testing and code coverage, part 2

Set up unit testing and code coverage, part 2

- We're going to start out this lab by creating a new repository that we will be using throughout this lesson. So head on over to GitHub, click on new repository and let's go ahead and name this lesson8. Make sure it's a public repository with a README file. And we're going to be adding a GIt Ignore file for node. So go ahead and select that. And next click on Create repository. Okay, next we need to click on the green code button, the HTTPS tab and copy the URL to the clipboard. And we're good to be working with Visual Studio Code. So go ahead and open that up. If you don't see this screen right here, you may have another project open. So make sure to click on file closed folder. That should take you to this screen right here. And next we're going to click on clone Git repository. This is where we're going to be pasting the URL of the repository we just created. So go ahead and hit enter. I'm going to be choosing the usual location for this repository, which is the dev folder. That's…

Contents