Skip to content

thedumbterminal/perl-circleci-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perl-circleci-insights

Example of using CircleCI's insights on a perl project.

Used by the Using Test Results For CI Optimisation blog post.

Install

cpanm --installdeps -l local --notest .

Tests

PERL5LIB=./src:./local/lib/perl5 prove src 

With junit.xml

PERL_TEST_HARNESS_DUMP_TAP=./test_output PERL5LIB=./src:./local/lib/perl5 prove --timer --formatter TAP::Formatter::JUnit src

About

Example of using CircleCI's insights on a perl project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages