Skip to content

Commit

Permalink
ci: fix coverage combines for OS's
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Feb 21, 2024
1 parent b1457d8 commit 4639eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def tests(session: nox.Session, tox_version: str) -> None:
"--cov-report=",
*session.posargs,
env={
"COVERAGE_FILE": f".coverage.{session.python}.tox.{tox_version.lstrip('<')}"
"COVERAGE_FILE": f".coverage.{sys.platform}.{session.python}.tox{tox_version.lstrip('<')}"
},
)

Expand Down

0 comments on commit 4639eca

Please sign in to comment.