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

Add devcontainer specifications to cookiecutter-poetry and child projects #95

Merged
merged 8 commits into from
Oct 19, 2023

Conversation

kenibrewer
Copy link
Contributor

@kenibrewer kenibrewer commented Oct 14, 2023

PR Checklist

  • A description of the changes is added to the description of this PR.
  • If there is a related issue, make sure it is linked to this PR.
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated

Description of changes

This PR adds devcontainer specifications to both the cookiecutter-poetry project and child projects created from it. Devcontainers provide a reproducible environment that have all required software dependencies pre-installed and configure aspects of the testing and development workflows.

Fixes #94

@kenibrewer kenibrewer marked this pull request as ready for review October 14, 2023 14:58
@kenibrewer
Copy link
Contributor Author

@fpgmaas This is ready for review

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #95 (3788593) into main (49756a7) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main     #95   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          1       1           
  Lines          5       5           
=====================================
  Misses         5       5           

.vscode/settings.json Outdated Show resolved Hide resolved
@fpgmaas fpgmaas merged commit 9c49026 into fpgmaas:main Oct 19, 2023
8 checks passed
@fpgmaas
Copy link
Owner

fpgmaas commented Oct 19, 2023

Merged. Thanks @kenibrewer! Great addition to the project.

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.

Add Devcontainer/Codespaces Specifications
2 participants