Access RunReports in FinalReports function
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 20
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
**Issue by [walterchris](https://github.com/walterchris)**
_Thursday Nov 05, 2020 at 12:31 GMT_
_Originally opened as https://github.com/facebookincubator/contest/issues/166_
----
Currently after every run, the `RunReport` function from every registered reporting plugin will be invoked. After all runs, the `FinalReport` function will be invoked. It's not possible right now to access the RunReport report's from the FinalReport plugin. This way I can not access intermediate RunReports to generate a FinalReport out of this. So it would be nice if we can add the functionality such that I am able to access the `RunReport` reports (at least from the same plugin) during the `FinalReport` function.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by tracing the RunReport and FinalReport plugin lifecycle and the report interfaces; done means a FinalReport plugin can access prior RunReport reports, at least those produced by the same plugin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100