Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default coveralls#timestampFormat to EpochMillis #6

Closed
fdaugan opened this issue Mar 18, 2017 · 0 comments
Closed

Default coveralls#timestampFormat to EpochMillis #6

fdaugan opened this issue Mar 18, 2017 · 0 comments
Milestone

Comments

@fdaugan
Copy link
Collaborator

fdaugan commented Mar 18, 2017

When built from Travis, users can experience Unable to parse timestamp "13245678913": Unparseable date: "13245678913"
As recommanded is trautonen/coveralls-maven-plugin#91, update configuration to :

<plugin>
	<groupId>org.eluder.coveralls</groupId>
	<artifactId>coveralls-maven-plugin</artifactId>
	<configuration>
		<timestampFormat>EpochMillis</timestampFormat>
	</configuration>
</plugin>
fdaugan pushed a commit that referenced this issue Mar 18, 2017
@fdaugan fdaugan added this to the 4.5.2 milestone Mar 18, 2017
@fdaugan fdaugan closed this as completed Mar 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant