Jeffrey Allman
Jeffrey Allman
`test/integration/helper.ts` is still referencing `screeps-server-mockup`, which surprised me the first time I ran `npm run test`. Looks like it's also still discussed in `docs/in-depth/testing.md`. FWIW, as an experienced developer who's...
I'm having the same issue. There's no `site` directory in the top-most target directory in the project's workspace: ``` [Cobertura] Publishing Cobertura coverage report... [Cobertura] No coverage results were found...
I was scratching my head over this one as well. Also, this screenshot is the only place that tells how to configure the `Cobertura xml report pattern`; it's not mentioned...
In the PDF version of the book, fig 2.28 has `clean test`, fig 2.25 has `clean install -o`, and fig 2.17 (and the book text) says `clean package`, all for...
I had a similar issue, but mine failed from the first, due to the way I had my git client configured. Checking the console output for a failed build I'd...