Skip to content

Instantly share code, notes, and snippets.

View Dhiraj240's full-sized avatar
🚩
You have to be odd to be No. 1.

Dhiraj Sharma Dhiraj240

🚩
You have to be odd to be No. 1.
View GitHub Profile
@Dhiraj240
Dhiraj240 / Junit tests into Jenkins
Created April 9, 2019 14:12
Junit tests into Jenkins
<target name="runTests" description="Run JUnit tests">
<junit printsummary="yes" dir="test-classes" fork="true">
<classpath>
<pathelement location="inst-classes" />
</classpath>
<test name="xxx.AllNonGWTTestCaseTests" haltonfailure="no" outfile="result">
<formatter type="xml" />
</test>
</junit>
</target>
@Dhiraj240
Dhiraj240 / Readme.md
Last active October 13, 2018 08:59
Command Line Output After Running coala on my project.

I generated a .coafile where it saved SpaceConsistencyBear

The above command adjusted the Space in my .py file.

Now after running coala --non-interactive on my project, i got following output...

(coalae) C:\Users\LENOVO\Desktop\thug\slackbot>coala --non-interactive
[WARNING][14:25:38] 'cli' is an internally reserved section name. It may have be
en generated into your coafile while running coala with `--save`. The settings i
@Dhiraj240
Dhiraj240 / travis-local.md
Created October 4, 2018 01:15 — forked from fulldecent/travis-local.md
Run Travis build locally

travis-local.md

Preconditions:

  1. POSIX or Windows system
  2. Install Docker
  3. A GitHub repo that already builds on Travis

Postcondition: