Object CodecovJob

  • All Implemented Interfaces:

    
    public class CodecovJob
    
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static CodecovJob INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit codecovJob(PipelineBuilder $self, String name, Function1<JobBuilder, Unit> setup) Creates a job named "codecov" that uploads the coverage report to codecov.io.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • codecovJob

         final Unit codecovJob(PipelineBuilder $self, String name, Function1<JobBuilder, Unit> setup)

        Creates a job named "codecov" that uploads the coverage report to codecov.io. You have to define a $CODECOV_TOKEN variable in your project in order to make this work. Can be customized with setup.