Unverified Commit 1c101ab1 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #253 from nikhildoifode/na-1153

Codecoverage enabled for core and sandbox pods
parents 410a5077 5c2f24c7
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -417,7 +417,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -441,7 +441,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -462,7 +462,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -486,7 +486,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -510,7 +510,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -531,7 +531,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
        # location of API specification
@@ -555,7 +555,7 @@ repo:
        # enable meepctl deploy/delete
        deploy: true
        # supports code coverage measurement when built in codecov mode
        codecov: false
        codecov: true
        # supports linting
        lint: true
      meep-tc-sidecar:
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ spec:
    - ReadWriteOnce
  persistentVolumeReclaimPolicy: Retain
  hostPath:
    path: "/home/englab/.meep/codecov/meep-gis-engine"
    path: {{ .Values.codecov.location }}

---
kind: StorageClass
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ prometheus:
    
codecov:
  enabled: false
  location: "<WORKDIR>/codecov/meep-gis-engine"

meepOrigin: core

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ spec:
    - ReadWriteOnce
  persistentVolumeReclaimPolicy: Retain
  hostPath:
    path: "/home/englab/.meep/codecov/meep-loc-serv"
    path: {{ .Values.codecov.location }}

---
kind: StorageClass
+1 −0
Original line number Diff line number Diff line
@@ -51,5 +51,6 @@ prometheus:

codecov:
  enabled: false
  location: "<WORKDIR>/codecov/meep-loc-serv"

meepOrigin: core
Loading