Coder Social home page Coder Social logo

doveralls's Introduction

What's up I'm Colden, and this is my crib

Fun stuff

Most of the repos I have here are weird libraries I felt brifely compelled to build. Some interesting ones:

  • libtlb: A C library for safely distributing I/O work across threads
  • quack: A D library for enforcing safe duck typing (think C++ concepts)
  • doveralls: A D tool for uploading D code coverage results to coveralls.io/

Work stuff

Current: Secret Dimension

Past:

doveralls's People

Contributors

coldencullen avatar cybershadow avatar kotet avatar martinnowak avatar tom-tan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

doveralls's Issues

Key not found: url

Just got this error from doveralls.
Here's travis log.
Probably it's due some random network or coveralls-side error, because all changes that I made are related to documentation, not code.
But I can't be sure, so post this just in case.

Unexpected upload response when running locally

I'm attempting to use doveralls locally (on OSX) by running dub run doveralls -- -t MY_COVERALLS_KEY as per the README but am getting the following error:

Building package doveralls in ~/.dub/packages/doveralls-1.3.1/doveralls/
Performing "debug" build using dmd for x86_64.
doveralls 1.3.1: building configuration "application"...
Linking...
Running ../../../.dub/packages/doveralls-1.3.1/doveralls/doveralls -p . -t ***********************
Unexpected upload response: {
    "error": true,
    "message": "Couldn't find a repository matching this job."
}
Program exited with code 1

am trying locally as on travis-ci.org I get undefined reference to __coverage all over the place

Build error in function std.json.toJSON

../../.dub/packages/doveralls-1.3.1/doveralls/source/doveralls/request.d(8,23): Error: function std.json.toJSON (ref const(JSONValue) root, const(bool) pretty = false, const(JSONOptions) options = cast(JSONOptions)0) is not callable using argument types (JSONValue*, bool)

Don't include stats of dependencies in results

Currently dub does not start unittests for modules from dependencies. Therefore if dependent package does not use some functionality of dependency the overall coverage is decreasing.

I believe, reports from dependencies can be detected as those .lst files which names start with "..".

dirEntries() with *.d wildcard?

sourcefiles.d:

foreach (de; dirEntries(path, "*.d", SpanMode.breadth, true))

This makes too difficult to collect data from subdirectories. This is bug or feature?

Compilation error with dmd-2.070.0-b2

Seems like some deprecation in std.net.curl has happened for the new release:

doveralls 1.1.6: building configuration "application"...
../../../.dub/packages/doveralls-1.1.6/source/doveralls/request.d(40,32): Error: function std.net.curl.Curl.perform (Flag throwOnError = cast(Flag)true) is not callable using argument types (bool)
dmd failed with exit code 1.

See the changes to std/net/curl.d in dlang/phobos@d34164a

./doveralls: Permission denied

my .travis.yml:

install:
  - wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.1.4/doveralls_linux_travis"

script:
  - dub test -b unittest-cov
  - ./doveralls

leads in travis (non-pro) to:

$ ./doveralls
/home/travis/build.sh: line 41: ./doveralls: Permission denied
The command "./doveralls" exited with 126.

note that 1.1.5 release offers no doveralls_linux_travis or doveralls_travis (how it is shown in your readme...

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.