Skip to content

Commit

Permalink
build(coverage): rename python coverage reports (#12071)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakru-r authored Dec 10, 2024
1 parent 0a2ac70 commit 61fffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/coverage/python-coverage.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//coverage related args to be passed to pytest
ext.get_coverage_args = { test_name = "" ->

def coverage_file_name = "pycov-${project.name}${test_name}.xml"
def coverage_file_name = "coverage-${project.name}${test_name}.xml"

/*
Tools that aggregate and analyse coverage tools search for the coverage result files. Keeping them under one folder
Expand Down

0 comments on commit 61fffb2

Please sign in to comment.