Coder Social home page Coder Social logo

Comments (7)

danielpalme avatar danielpalme commented on August 20, 2024

Your batch file seems to be correct.
If you execute ReportGenerator for the first time the directory "report\history" should get created.

The chart in the report should look similar to this:
image

Make sure that JavaScript is enabled. Otherwise you won't see the chart.
Never delete the historydir, otherwise you will loose the coverage information from older generated reports.

from reportgenerator.

gurufordy avatar gurufordy commented on August 20, 2024

Hi Daniel,

It's really weird as I can't see anything about history in my report (screenie below). Tried in Chrome and IE 11 with no difference. Even with JS off I'd expect to see the title? index.htm in Notepad also has no mention of the word history.

image

from reportgenerator.

danielpalme avatar danielpalme commented on August 20, 2024

Is it possible that you send me your coveragexml file?

from reportgenerator.

gurufordy avatar gurufordy commented on August 20, 2024

Hi Daniel,

Just sent the email!

from reportgenerator.

danielpalme avatar danielpalme commented on August 20, 2024

Thanks, I will look into it tomorrow.

from reportgenerator.

danielpalme avatar danielpalme commented on August 20, 2024

I looked at your batch file again...
This line is wrong:
-historydir**=**".\report\history"

You should use:
.\tools\ReportGenerator.exe ^
"-reports:2016-06-14 16_02_40.coveragexml" ^
"-targetdir:.\report" ^
"-reporttypes:Html" ^
"-historydir:.\report\history"

When executed with the above script, you will get:
coverage

from reportgenerator.

gurufordy avatar gurufordy commented on August 20, 2024

Oh dear lol. You're right it works perfectly now.

Really sorry that's something I should've spotted :(

from reportgenerator.

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.