CCExtractor / sample-platform

CCExtractor's Sample & CI platform. Developed during GSoC 2016

Home Page:https://sampleplatform.ccextractor.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[PROPOSAL] Mention exact commit of test instead of just the PR it comes from

NilsIrl opened this issue · comments

commented

Sample platform commit: d98bd90

In raising this issue, I confirm the following (please check boxes, eg [X]):

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm posting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.

My familiarity with the project is as follows (check one, eg [X]):

  • I have used the platform just a couple of times.

As the title says. The use case for this is when there are multiple run of the testsuite on 1 PR. It allows to see which commit within a PR caused (or fixed) a problem.

I think it can be added in the PR row in brackets after the pr:

image

e.g. for this image, it would give:

| PullRequest | 1154 (commit hash) |
| ----- | ---- | --- |
| lkj | lkj |

(I can't get the table to be formatted)