You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #338 added in tests for the Datalock chaincode written in Go-lang. At the moment, test reports are published for the results of the tests of the TypeScript chaincode, with the help of the test-reporter Action. However, this Action does not yet provide support for Go tests. One option would be to contribute to this Action, and add a parser for the Go tests. This should probably be an easier option, since all the other components of using annotations and uploading the HTML report are already in place.
An alternative option which can be used is this go-test-report package, which takes in the test report as a JSON and creates an HTML report. However, publishing this report would require some work using the GitHub Checks API to properly add annotations.
The text was updated successfully, but these errors were encountered:
PR #338 added in tests for the Datalock chaincode written in Go-lang. At the moment, test reports are published for the results of the tests of the TypeScript chaincode, with the help of the test-reporter Action. However, this Action does not yet provide support for Go tests. One option would be to contribute to this Action, and add a parser for the Go tests. This should probably be an easier option, since all the other components of using annotations and uploading the HTML report are already in place.
An alternative option which can be used is this go-test-report package, which takes in the test report as a JSON and creates an HTML report. However, publishing this report would require some work using the GitHub Checks API to properly add annotations.
The text was updated successfully, but these errors were encountered: