Skip to content

Commit

Permalink
v9 add codecoverage env
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosupersonic committed Jan 16, 2024
1 parent b223b56 commit 122978d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
# Could we download that file, review it, and then use that - approved by us - local copy?
ci_env=`bash <(curl -s https://codecov.io/env)`
docker-compose -f docker-compose.test.yml exec -T -e CI=true $ci_env ${{ inputs.application-name }} ${{ inputs.cmd}}
docker-compose -f docker-compose.test.yml exec -T -e CI=true -e CODECOVERAGE=true $ci_env ${{ inputs.application-name }} ${{ inputs.cmd}}
- name: upload artifact
# uploads only if run failed
Expand Down

0 comments on commit 122978d

Please sign in to comment.