claircore icon indicating copy to clipboard operation
claircore copied to clipboard

rfc: add a "devcontainer" setup

Open hdonnay opened this issue 1 year ago • 1 comments
trafficstars

This is a little proof-of-concept for a devcontainer.

My workflow (neovim and a mess of terminals) doesn't really integrate with devcontainers the way VS Code does, so I ended up building this such that it's usable as a toolbx image.

To try:

podman build -t devcontainer-claircore:latest .
toolbox create -i devcontainer-claircore:latest claircore-dev
toolbox enter claircore-dev

hdonnay avatar Mar 29 '24 19:03 hdonnay

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 55.77%. Comparing base (395b041) to head (a0d1342). Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1299   +/-   ##
=======================================
  Coverage   55.77%   55.77%           
=======================================
  Files         265      265           
  Lines       16557    16557           
=======================================
  Hits         9235     9235           
  Misses       6362     6362           
  Partials      960      960           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 29 '24 20:03 codecov[bot]