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 was archived by the owner on Dec 8, 2024. It is now read-only.
I am merging coverage.json report using report option, all go ok, however, the path are not equal length.
One is fully path and the other is partial,
one is
coverage.json --> "/home/ah/i/i-ui/public-interface/engine/api/xxxx
covertage.json --> ./dashboard/public/js/xxxx ,
Both are under public-interface one of the report is got from karma and the other with mocha. Is it possible to normalize the path?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am merging coverage.json report using report option, all go ok, however, the path are not equal length.
One is fully path and the other is partial,
one is
coverage.json --> "/home/ah/i/i-ui/public-interface/engine/api/xxxx
covertage.json --> ./dashboard/public/js/xxxx ,
Both are under public-interface one of the report is got from karma and the other with mocha. Is it possible to normalize the path?
The text was updated successfully, but these errors were encountered: