Skip to content

Commit

Permalink
disable search
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 committed Aug 13, 2024
1 parent b9772ea commit 8169103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.python-version }}, feature
files: ./cover/feature/coverage.xml
disable_search: true
fail_ci_if_error: true
verbose: true
- name: Upload unit coverage reports to Codecov
Expand All @@ -56,5 +57,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.python-version }}, unit
files: ./cover/unit/coverage.xml
disable_search: true
fail_ci_if_error: true
verbose: true

0 comments on commit 8169103

Please sign in to comment.