JaCoCo--skipping-jacoco-due-to-missing-data-file
昨天开始有一个多module的项目一直无法获取到单测覆盖率结果。
初步跟踪了一下执行log,发现多个提示:“skipping jacoco due to missing data file”。
昨天开始有一个多module的项目一直无法获取到单测覆盖率结果。
初步跟踪了一下执行log,发现多个提示:“skipping jacoco due to missing data file”。
在github上使用github page:jekyll github pages 实际上,GitHub Pages are powered by Jekyll behind the scenes, so they’re a great way to host your Jekyll-powered website for free.
标准操作只需要三部:
gem install bundler jekyll
jekyll new my-awesome-site
bundle exec jekyll serve
bundle exec jekyll serve --drafts
VS.
hugo server --watch --verbose --buildDrafts
看了官方文档才意识到Windows 10已经默认支持了windows subsystem for linux,直接在命令行里执行 bash
就可以切换到linux环境。