Giter Site home page Giter Site logo

gulp-codacy's Introduction

๐Ÿค˜๐Ÿฝ Hello Stranger!

I'm a 36 years old Software Engineer from Ostermunich, Bavaria. My journey began when I was 14 years old. In a college in the middle of the mountains I decided to focus on building websites. The internet just turned 10 years old, almost nothing was available to kickstart a kid in programming. With a few printed sheets in my backpack I managed to kick things off. Since then, the passion never faded. At the moment I am working for Bayerischer Rundfunk (one of the biggest german broadcasters) and Kerngedanke (a social media content management system).

gulp-codacy's People

Contributors

m19c avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

gulp-codacy's Issues

add some documentation to the tools

I saw your documentation on your site, but no mention on github and npm. On npm, you even have html where it's unsupported:
screen shot 2016-08-09 at 11 29 58

You specified how to use mocha, but what about karma and jasmine?

istanbul cover jasmine-node --captureExceptions spec/ && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage

I already run istanbul with my karma.conf.js file. I specify there a reporter and everything.

Can you please specify how to support your tool without removing the integrations I already have? Based on the line you added for jasmine, it will remove my current ./coverage folder that I create using karma. Should that report be commited to github? do you run our code on your server? if so, why don't you run the piece of code for checking coverage?

I'm not sure I get the flow. Currently, when travis runs my tests, it already runs coverage reports as well. and when a coder want to check this locally, he runs gulp test and already get the coverage report using karma.

what should I add to prepare my Pull-Requests and master branch to prepare them to run codacy as well to get my stats on your site without changing my travis, and local flows?

thanks

`token` option is not working on Windows

The plugin is not working on my side :( Every time, I get the following error:

Command failed: CODACY_PROJECT_TOKEN=<codacy-token> [...]\node_modules\.bin\codacy-coverage < "[...]\var\lcov.info"

Environment:

  • Operating System: Windows 10
  • Node.js: 6.2.1
  • Gulp.js: 3.9.1
  • Codacy plugin: 1.0.0

On Windows, environment variables use a different syntax to be set on the command line. Like this:

set "CODACY_PROJECT_TOKEN=<codacy-token>" && [...]\node_modules\.bin\codacy-coverage < "[...]\var\lcov.info"

Could you improve your support of Windows platform? Thanks.

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.