Skip to content

Commit

Permalink
disable pycoverage and verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-Chen222 committed Jun 4, 2024
1 parent f9b4a76 commit 46b6582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/per-lib-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
file: main_coverage.info
flags: unittests
plugin: pycoverage #hope this will disable gcov
# plugin: pycoverage #hope this will disable gcov
name: codecov-umbrella
fail_ci_if_error: false
verbose: true
# verbose: true

0 comments on commit 46b6582

Please sign in to comment.