All files / ee/app/assets/javascripts/analytics/code_review_analytics/store/modules/merge_requests mutation_types.js

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 82x   2x 2x 2x   2x  
export const SET_PROJECT_ID = 'SET_PROJECT_ID';
 
export const REQUEST_MERGE_REQUESTS = 'REQUEST_MERGE_REQUESTS';
export const RECEIVE_MERGE_REQUESTS_SUCCESS = 'RECEIVE_MERGE_REQUESTS_SUCCESS';
export const RECEIVE_MERGE_REQUESTS_ERROR = 'RECEIVE_MERGE_REQUESTS_ERROR';
 
export const SET_PAGE = 'SET_PAGE';