Setting threshold for PRs (Pull Requests) #1309
-
| Is it possible to set the threshold flag (/p:Threshold={number}) for pull requests and not for the entire project? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            MarcoRossignoli
          
      
      
        Mar 9, 2022 
      
    
    Replies: 1 comment
-
| @duyn9uyen can you open an issue for this question? https://github.com/coverlet-coverage/coverlet/issues Anyway coverlet doesn't know in which context is running, so I think that maybe you can in your pipeline change that parameter using a variable knowing the current context(PR or not). | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        MarcoRossignoli
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
@duyn9uyen can you open an issue for this question? https://github.com/coverlet-coverage/coverlet/issues
Anyway coverlet doesn't know in which context is running, so I think that maybe you can in your pipeline change that parameter using a variable knowing the current context(PR or not).