The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::StatusBadge::Service::Coveralls - Coveralls Status Badge generator

VERSION

version 0.0.2

SYNOPSIS

    use WWW::StatusBadge::Service::Coveralls;

    my $service = WWW::StatusBadge::Service::Coveralls->new(
        'repo'   => 'Sidekick-Accessor.pm',
        'user'   => 'ARivottiC',
        'branch' => 'master',
    );

    my $markdown = $service->markdown;

DESCRIPTION

Generates Coveralls Status Badges in several formats.

METHODS

new

    my $service = WWW::StatusBadge::Service::Coveralls->new(
        'repo'   => 'Sidekick-Accessor.pm',
        'user'   => 'ARivottiC',
        'branch' => 'master',
    );
repo => $repo_name

The repository name. Required.

user => $user_name

The user name. Required.

branch => $branch_name

The branch name. Required.

private => 0|1

Declare the repository as private. Optional, default is 0.

SEE ALSO

AUTHOR

André Rivotti Casimiro <rivotti@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by André Rivotti Casimiro.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)