Skip to content

Commit

Permalink
Implement codecov flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Sep 2, 2022
1 parent 5ba49bd commit 0767052
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,26 @@ coverage:
threshold: 50%
paths:
- openc3/openc3/lib
flags:
- ruby-backend
frontend:
threshold: 50%
paths:
- openc3-init
flags:
- frontend
api:
threshold: 50%
paths:
- openc3-cmd-tlm-api
- openc3-script-runner-api
flags:
- ruby-api

flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
statuses:
- type: project
target: auto
threshold: 50%
2 changes: 1 addition & 1 deletion openc3-traefik/Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG OPENC3_REGISTRY=docker.io
FROM ${OPENC3_REGISTRY}/traefik:2.7.0
FROM ${OPENC3_REGISTRY}/traefik:2.8.3
COPY cacert.pem /devel/cacert.pem
ENV SSL_CERT_FILE=/devel/cacert.pem
ENV CURL_CA_BUNDLE=/devel/cacert.pem
Expand Down
2 changes: 1 addition & 1 deletion openc3-traefik/Dockerfile-dev-base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG OPENC3_REGISTRY=docker.io
FROM ${OPENC3_REGISTRY}/traefik:2.7.0
FROM ${OPENC3_REGISTRY}/traefik:2.8.3
COPY cacert.pem /devel/cacert.pem
ENV SSL_CERT_FILE=/devel/cacert.pem
ENV CURL_CA_BUNDLE=/devel/cacert.pem
Expand Down

0 comments on commit 0767052

Please sign in to comment.