Max Barrass

Results 60 comments of Max Barrass

ive fixed this in my pull request

to fix this add `--coverage --json --outputFile=jest.results.json` to your unit test command, my usage ``` "test:unit":` "vue-cli-service test:unit --coverage --json --outputFile=jest.results.json",` ```

@mattallty this would be good in the instructions, together with a bit more info on "If you use Vue enable use_vue_cli: true" :D

@mattallty need to be able to bypass `const cmd = getJestCommand(RESULTS_FILE)` and just allow processing of the jest.result.json.

so why not just do a pull request for what you have done?

as a workaround can this work? - name: Get Name of Artifact run: | ARTIFACT_PATHNAME=$(ls target/*.jar | head -n 1) ARTIFACT_NAME=$(basename $ARTIFACT_PATHNAME) echo ::set-env name=ARTIFACT_NAME::${ARTIFACT_NAME} echo ::set-env name=ARTIFACT_PATHNAME::${ARTIFACT_PATHNAME} - name:...

here is an example https://github.com/meeDamian/github-release

@yoannchaudet +1 for beta testing!