Skip to content

Commit 476757f

Browse files
committed
fix: mount coverage config on container
1 parent 9385ea9 commit 476757f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- ../../src:/code/src
2424
- ../../test/integration:/code/test/integration
2525
- ../../cucumber.js:/code/cucumber.js
26+
- ../../.nycrc.json:/code/.nycrc.json
2627
- ../../.coverage:/code/.coverage
2728
- ../../.test-reports:/code/.test-reports
2829
- ../../tsconfig.json:/code/tsconfig.json

0 commit comments

Comments
 (0)