Skip to content

Commit

Permalink
Add coverage xml
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 2, 2023
1 parent 24d2052 commit 47aa63e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
cd backend
pipenv run coverage run --concurrency=multiprocessing manage.py test tests.dining.test_views --settings=pennmobile.settings.ci --parallel
pipenv run coverage combine
pipenv run coverage xml
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./backend/
fail_ci_if_error: true
files: .coverage
files: coverage.xml
name: codecov-umbrella
verbose: true
container:
Expand Down

0 comments on commit 47aa63e

Please sign in to comment.