kitovu-bot / kitovu

OpenHSR Connect 2
GNU General Public License v3.0
5 stars 2 forks source link

Created a Dockerfile und run script #2

Closed ThunderKey closed 6 years ago

ThunderKey commented 6 years ago

Prerequisites:

Usage

Start pyhton:
`./dockerfiles/run.sh`
Start a shell:
`./dockerfiles/run.sh sh`
Start any command within the current environment:
`./dockerfiles/run.sh YOUR_CMD`
Run all validation scripts:
`./dockerfiles/run.sh validate`
codecov[bot] commented 6 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master    #2   +/-   ##
====================================
  Coverage      80%   80%           
====================================
  Files           4     4           
  Lines          15    15           
  Branches        1     1           
====================================
  Hits           12    12           
  Misses          3     3

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 5fb290f...ba73ef6. Read the comment docs.

The-Compiler commented 6 years ago

Probably makes sense to have a misc/ folder for things like this?

ThunderKey commented 6 years ago

@The-Compiler good idea, I've moved them

The-Compiler commented 6 years ago

Thanks!