Skip to content

Commit

Permalink
give coverage xml files different paths to prevent overwrites (#3499)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanda authored Dec 14, 2022
1 parent 7a8b485 commit eddd383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.gcb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ services:
- '--cov'
- '.'
- '--cov-report'
- 'xml:/.artifacts/coverage.xml'
- 'xml:/.artifacts/${TEST_LOCATION:-tests}/${SNUBA_SETTINGS}/coverage.xml'
- '--junit-xml'
- '/.artifacts/pytest.junit.xml'
- '/.artifacts/${TEST_LOCATION:-tests}/${SNUBA_SETTINGS}/pytest.junit.xml'
environment:
SNUBA_SETTINGS: '$SNUBA_SETTINGS'
CLICKHOUSE_HOST: clickhouse
Expand Down

0 comments on commit eddd383

Please sign in to comment.