ChristopherSzczyglowski / python_package_template

Development template for Python packages
MIT License
2 stars 0 forks source link

Add dev container #18

Closed ChristopherSzczyglowski closed 2 years ago

ChristopherSzczyglowski commented 2 years ago

This PR provides a developer container for the template repository.

New Features

Linked to

Closes #7 Closes #11 Opens #19
Opens #20

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (4c9877c) into develop (3ba9722) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines            5         5           
=========================================
  Hits             5         5           

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 3ba9722...4c9877c. Read the comment docs.

ChristopherSzczyglowski commented 2 years ago

This is failing because the virtual environment is not activated for each command in the pipeline.

I can get around this by adding preamble to each command but a cleaner implementation is to run CI inside the Docker container