Skip to content

Commit

Permalink
pipline docker-compose new verion
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 18, 2024
1 parent 2bc3992 commit 677d7b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,16 @@ jobs:
docker compose -f compose.yml
run --rm backend pytest -vvv --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
directory: ./coverage/reports/
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.xml
flags: pytest
name: say-codecov
verbose: true
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v2
# with:
# directory: ./coverage/reports/
# env_vars: OS,PYTHON
# fail_ci_if_error: true
# files: ./coverage.xml
# flags: pytest
# name: say-codecov
# verbose: true

deploy_dev:
name: Deploy to Development Server
Expand Down

0 comments on commit 677d7b3

Please sign in to comment.