dryclean

Interpretter of Artifacts

Usage no npm install needed!

<script type="module">
  import dryclean from 'https://cdn.skypack.dev/dryclean';
</script>

README

Sample


host: cov.dryclean.io
auth: super-secret-auth
loadersDir: ./loaders
files:
    -
        path: ./coverage/cobertura.xml
        label: cover/cobertura
        filename: cover.xml
        binary: false
    -
        path: ./report/lint.xml
        label: lint/codestyle
        filename: lint.xml
    -
        path: ./report/mocha.xml
        label: test/junit
        filename: test.xml