Browse Source

Remove verbose flag, was added to get more details about an error.

pull/2355/head
Benoit Marty 8 months ago
parent
commit
3f570601ed
  1. 1
      .github/workflows/tests.yml

1
.github/workflows/tests.yml

@ -84,7 +84,6 @@ jobs: @@ -84,7 +84,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
# with:
# files: build/reports/kover/xml/report.xml

Loading…
Cancel
Save