acasi-ctf / ctf

Capture the Flag Learning Platform
https://acasi-ctf.github.io/docs
Apache License 2.0
4 stars 2 forks source link

Separate cipher challenge images. #205

Closed kubeliv closed 2 years ago

kubeliv commented 2 years ago

This pull request separates each cipher challenge into its own container image.

Collaborated with @colbycocking on this.

Closes issues

Closes #89. Closes #126.

Before

Each challenge used the same container image, resulting in having many files that weren't relevant to the challenge.

After

Each challenge has its own image, and provides a cohesive experience to the user, not including files that are unnecessary for the task at hand.

codecov[bot] commented 2 years ago

Codecov Report

Merging #205 (dc2d715) into main (949adba) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #205   +/-   ##
=========================================
  Coverage     80.25%   80.25%           
  Complexity       56       56           
=========================================
  Files            19       19           
  Lines           395      395           
  Branches         26       26           
=========================================
  Hits            317      317           
  Misses           60       60           
  Partials         18       18           
Flag Coverage Δ
unittests 80.25% <ø> (ø)

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 949adba...dc2d715. Read the comment docs.