Skip to content

Commit

Permalink
ci: check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiruha01 committed Sep 18, 2023
1 parent 34b8ba7 commit 9f90511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
BOT_CREDENTIALS: ${{ secrets.END_TO_END_TESTS_BOT_CREDENTIALS }}
run: |
poetry run ./scripts/test --cov-report=xml
- name: Check report
run: |
cat ./coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 9f90511

Please sign in to comment.