Code Monkey home page Code Monkey logo

Comments (4)

mickeyn avatar mickeyn commented on June 2, 2024

seems like we already have it (at least supported)... it is in the release index as tests (also the attribute name):

$ perl -Ilib -MMetaCPAN::Client -MDDP -e' my $mcpan = MetaCPAN::Client->new( version => "v1" )->release( { distribution => "Moose" } ); while ( my $r = $mcpan->next ) { &p([ $r->name, $r->tests ] ) }'

Not all releases have the test results, so for now they will be undef if missing.

@oalders do you know if there's any reason why we're missing tests info for releases? is it something in the works?

from metacpan-client.

Tux avatar Tux commented on June 2, 2024

And they are neither valid nor recent/up-to-date:

$ perl -MMetaCPAN::Client -MDP -wE'my$m=MetaCPAN::Client->new (version => "v1")->release({distribution=>"Text-CSV_XS"});while (my $r = $m->next){ DDumper [ $r->name, $r->tests ] if $r->name =~ /1\.2[345]/ }'
[   'Text-CSV_XS-1.23',
    {   fail             => 0,
        na               => 0,
        pass             => 573,
        unknown          => 0
        }
    ]
[   'Text-CSV_XS-1.24',
    undef
    ]
[   'Text-CSV_XS-1.25',
    undef
    ]

Which kinda defeats the purpose
At the moment of writing, 1.25 is 388/0/0, 1.24 is 752/0/0, and 1.23 is 1132/0/0

from metacpan-client.

haarg avatar haarg commented on June 2, 2024

That certainly isn't an issue with the client. Most likely that is metacpan/metacpan-web#1630, which is an issue on the CPAN Testers side.

from metacpan-client.

mickeyn avatar mickeyn commented on June 2, 2024

closing as there is an issue open for it metacpan/metacpan-web#1769
(not a metacpan-web issue either, but will be looked at)

client will serve the data automatically if it's there.

from metacpan-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.