Giter Club home page Giter Club logo

Comments (5)

kasium avatar kasium commented on July 22, 2024

Hi,

just found this issue. I guess making the paths as diff-cover needs them is not too complicated. I see this on our side since eslint refuses to support relative paths in reports (eslint/eslint#13376).

My approach would be:

  1. Make the paths relative to the got repository
  2. In the case the report was generated on another machine, the part which we want to remove can differ. Therefore a new cli parameter defining the "root" could help

Report

/root/git/repo/a.js: foo

Same machine: Our git path would be "/root/git/repo" --> a.js

Other machine with the path /usr/foo/git/a.js --> diff-quality --violations eslint --repo-path "/root/git/repo" report.txt --> a.js

@Bachmann1234 what do you think about this? Any suggestion for the cli name?

from diff_cover.

Bachmann1234 avatar Bachmann1234 commented on July 22, 2024

maybe 'base-path' ? or 'root-path'? Or maybe 'repo-root'. Something to imply a root right?

from diff_cover.

kasium avatar kasium commented on July 22, 2024

@Bachmann1234 I'm sorry for the late follow-up. Currently I stuck how to give the root_path to the quality driver w/o breaking the API of the quality driver.

I cannot give it in the constructor since it's defined in the CLI, but also the parse_reports doesn't work w/o adding another pameter.

Any idea?

from diff_cover.

Bachmann1234 avatar Bachmann1234 commented on July 22, 2024

from diff_cover.

Bachmann1234 avatar Bachmann1234 commented on July 22, 2024

Try out https://pypi.org/project/diff-cover/6.4.0/ thanks @kasium for the PR !

from diff_cover.

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.