Skip to content

Commit

Permalink
ci: Fix coverage measurement on Windows
Browse files Browse the repository at this point in the history
Closes #6330
  • Loading branch information
edgarrmondragon committed Jan 19, 2024
1 parent 1317199 commit 7f5bda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -280,7 +280,7 @@ jobs:
- name: Combine coverage data and display human readable report
run: |
nox -rs coverage -- combine
nox -rs coverage -- combine --debug=pathmap
nox -rs coverage -- report --show-missing --ignore-errors
- name: Create coverage report
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -448,6 +448,7 @@ concurrency = [
"thread",
]
parallel = true
relative_files = true # This allows coverage to be measured in Windows
source = [
"meltano",
"tests",
Expand Down

0 comments on commit 7f5bda3

Please sign in to comment.