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
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
This is cool. Not mocked but connecting to an actual staging github application using a personal access token and verifying the results. At some point would be useful to add coverage output.
@pavlovcik after the tests are run (E2E or unit), code coverage metrics can be calculated and a code coverage report can be generated. From the coverage reports one can see the percentage of code executed and which source code lines were executed during test execution. This then is a base to add new tests to cover scenarios that are not tested yet.
Originally posted by @gitcoindev in #640 (comment)
The text was updated successfully, but these errors were encountered: