Skip to content

Add dev container #1039

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

Merged
merged 2 commits into from
Jun 6, 2022
Merged

Add dev container #1039

merged 2 commits into from
Jun 6, 2022

Conversation

tonybaloney
Copy link
Contributor

Makes it easier for people to contribute to the project and get a dev environment working.

Does the following:

  • Creates a Python 3.9 environment
  • Installs the web host and .NET 6 SDK
  • Installs the project development requirements
  • Configures VS Code tests so that you can run Pytest unit tests immediately.

@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #1039 (753db47) into dev (4b9eccc) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #1039   +/-   ##
=======================================
  Coverage   82.88%   82.88%           
=======================================
  Files          33       33           
  Lines        1776     1776           
  Branches      282      282           
=======================================
  Hits         1472     1472           
  Misses        234      234           
  Partials       70       70           
Flag Coverage Δ
unittests 82.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 4b9eccc...753db47. Read the comment docs.

Copy link
Member

@vrdmr vrdmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for adding the devcontainer configuration.

@vrdmr vrdmr merged commit 43517a2 into Azure:dev Jun 6, 2022
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.

2 participants