Publish diffing UI to github pages
See original GitHub issueHi,
Is there any chance to run two urls and do a local “combined report” (if possible, without the local server instance)?
I mean, this is my CI:
- build branch
- deploy branch to staging server
- lhci autorun --collect.url=http://staging.my-web.com/master --collect.url=http://staging.my-web.com/pull_request_1
- generate compared report
So I would like to have now a DIFF report between my Master and my Pull Request. Something like:
I was thinking on creating my own code based on the CompareUrl feature of the lhci server. I am looking at the source code but I don’t seem to find easily where this combined reports are generated. Could you point me in the right direction?
Thanks very much.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6
Top Results From Across the Web
Git and Publishing to GitHub Pages Cheatsheet - Codecademy
Displaying Differences with Git Diff. The git diff filename command will display the differences between the working directory and the staging area in...
Read more >How to publish your content using GitHub Pages and Jekyll
Navigate to your site's repository and click Settings –> Pages. Navigate to GitHub Pages and select None or Branch from the drop-down menu...
Read more >Github Pages Publishing homepage URL not changing
The domain "arianahwang.com" is not purchased, and you just have saved it as your custom domain. To host the site with Github Pages, ......
Read more >Deploying React apps to GitHub Pages - LogRocket Blog
We can deploy our React application by simply running: npm run deploy . This will create a bundled version of our React application...
Read more >How to Publish a Static Website on GitHub? - GeeksforGeeks
Step 10: Go to the GitHub page, click on your project and you can see all the files are pushed in the repository....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There’s not a way to do this without the server currently, but we have plans to publish the diff’ing UI on a public page that folks can use to compare arbitrary reports like you’re talking about.
We’ll let this issue track that effort 😃
Eventually, sure, but publishing the code/logic as a separate thing is step one of integrating the logic into other things 😃