Skip to content

Commit 307eb81

Browse files
authored
Merge branch 'main' into pytest
2 parents a1f022c + c53208d commit 307eb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,8 +1444,8 @@ jobs:
14441444
github-token: ${{ secrets.GITHUB_TOKEN }}
14451445
file: out/linux/x64/coverage/coverage_filtered.lcov
14461446
format: lcov
1447-
debug: true #enable debug logging.
1448-
measure: true #enable time measurement logging.
1447+
debug: false #enable debug logging.
1448+
measure: false #enable time measurement logging.
14491449

14501450
- name: Upload filtered coverage report to artifacts
14511451
if: success() || failure()

0 commit comments

Comments
 (0)