Skip to content

Commit

Permalink
fix: カバレッジレポートを登録
Browse files Browse the repository at this point in the history
  • Loading branch information
kimata committed Jul 10, 2023
1 parent d15db40 commit 0d25216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ test-flask:
python3-psutil python3-pytest-cov python3-pytest-mock python3-pip
- pip install -r requirements.txt
- python3 -m pytest --cov=flask --cov-config=.coveragerc --cov-branch --cov-report=html --capture=no test/test_flask.py
artifacts:
when: always
paths:
- test/evidence/**

test-playwright:
stage: test
Expand Down

0 comments on commit 0d25216

Please sign in to comment.