Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit e3de669

Browse files
committed
append coverage
1 parent e7c9799 commit e3de669

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def unit(session):
118118
session.run(
119119
"pytest",
120120
f"--junitxml=unit_{session.python}_sponge_log.xml",
121+
"--cov-append",
121122
"--cov=google.auth",
122123
"--cov=google.oauth2",
123124
"--cov=tests",

0 commit comments

Comments
 (0)