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 Aug 7, 2020. It is now read-only.
When I see my total-report.html file it shows only first few lines as covered where I have declared the controller and injected my dependencies.
(function() {
angular.module('manageDocuments').controller('manageDocumentsController',
manageDocumentsController);
manageDocumentsController.$inject = [ '$state', .....];
function manageDocumentsController($state, .....) {
var mdc = this;
After the above function definition starts, there is no coverage statistics available thought my test cases are successful.
Please let me know if I am missing something.
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.
Hi,
I have done below configuration in pom.xml for jasmine and saga but I am not getting the correct coverage report.
When I see my total-report.html file it shows only first few lines as covered where I have declared the controller and injected my dependencies.
(function() {
angular.module('manageDocuments').controller('manageDocumentsController',
manageDocumentsController);
After the above function definition starts, there is no coverage statistics available thought my test cases are successful.
Please let me know if I am missing something.
The text was updated successfully, but these errors were encountered: