Skip to content

Commit

Permalink
chore: update unit test action config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Aug 20, 2022
1 parent 2e200bb commit 1a72b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Python application
on: [pull_request, workflow_dispatch]
permissions:
checks: write
issues: write
pull-requests: write

jobs:
build_backend:
Expand Down Expand Up @@ -52,6 +50,8 @@ jobs:
if: always()
with:
junit_files: results.xml
comment_mode: off
check_name: "Test Results - ${{ join(matrix.*, ', ') }}"
- uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
Expand Down

0 comments on commit 1a72b6e

Please sign in to comment.