Coder Social home page Coder Social logo

Comments (3)

iordanis avatar iordanis commented on July 29, 2024

We already have Travis integration for Fork & the plugin here: https://travis-ci.org/shazam/fork https://travis-ci.org/shazam/fork-gradle-plugin . Any reason why you think they may be out of sync?

As for the issue it looks as if no tests actually run. This could be because we changed the default search location for test classes in 1.0.0-RC1, so now by default it is looking into the instrumentation package (com.example.app.test.*). You can override it as in: https://github.com/shazam/fork-gradle-plugin - Fork DSL.

Also, do you follow any specific scheme for naming your tests other than *Test?

from fork.

tmelz avatar tmelz commented on July 29, 2024

Hey @iordanis, thanks for the reply. I thought they were out of sync because when I looked at sonatype it said it hadn't been updated in like a month. But now it looks very recent, hm.

Yeah, looks like you are right. Our tests have a different package, so I've addressed that with your plugin DSL. Took me a minute to realize I needed to provide the pattern as a Groovy pattern rather than just a string. As a side note, our tests do follow the "*Test" pattern.

Cheers!

from fork.

iordanis avatar iordanis commented on July 29, 2024

Glad it worked.

The last builds you got were from last weekend when I pushed some newer changes. Previous pushes also seem to have produced valid snapshots so I'm not sure what happened there.

You have a good point with the DSL requiring a Pattern, will consider changing to String. It's a bit weird passing a pattern there.

from fork.

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.