Skip to content

Commit

Permalink
Fix coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw committed Jan 10, 2025
1 parent 25f8526 commit 26829d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ COPY . .
# Build the application (if needed, adjust this step accordingly)
RUN npm run build

# Move typeberry out of node_modules to allow the fuzzer to collect coverage.
RUN cp -r ./node_modules/@typeberry/pvm-debugger-adapter typeberry
RUN npm link ./typeberry

# Start the application
CMD ["npm", "run", "fuzz"]

0 comments on commit 26829d2

Please sign in to comment.