Skip to content

Commit

Permalink
Update action.yaml (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaDalal authored Jun 23, 2023
1 parent 3ac105a commit 2453452
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions django-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,5 @@ runs:
cd ${{ inputs.path }}
pipenv run coverage run --concurrency=multiprocessing manage.py test --settings=${{ inputs.projectName }}.settings.ci --parallel
pipenv run coverage combine
- name: Upload Code Coverage
shell: bash
run: |-
ROOT=$(pwd)
cd ${{ inputs.path }}
pipenv run codecov --root $ROOT --flags ${{ inputs.path }}
# container:
# image: python:${{ inputs.pythonVersion }}
# image: python:${{ inputs.pythonVersion }}

0 comments on commit 2453452

Please sign in to comment.