tallandroid opened a new pull request #35: Added .codecov.yml to support 
monorepo like structure to report cover…
URL: https://github.com/apache/incubator-marvin/pull/35
 
 
   Added .codecov.yml based on the flag support for 
https://docs.codecov.io/docs/flags. I have validated the configuration but cant 
test it with the original repo as I dont have the repo token : 
   
   ### Validation Output: 
   
   ```
   ➜  incubator-marvin git:(MARVIN-43) ✗ curl --data-binary @.codecov.yml 
https://codecov.io/validate
   Valid!
   
   {
     "flags": {
       "projectA": {
         "paths": [
           "^engine-executor/src.*"
         ]
       },
       "projectB": {
         "paths": [
           "^python-toolbox/marvin_python_toolbox.*"
         ]
       }
     },
     "coverage": {
       "status": {
         "project": {
           "default": {
             "threshold": null,
             "target": 70.0
           },
           "engine-executor": {
             "flags": [
               "engine-executor"
             ],
             "target": 50.0
           },
           "python-toolbox": {
             "flags": [
               "python-toolbox"
             ],
             "target": 70.0
           }
         }
       }
     }
   }
   ```
   
   Could the repo owners help with testing the configuration

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to