Skip to content

Commit

Permalink
Remove codeception coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Feb 19, 2024
1 parent 191eb6a commit 09e0cb2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ extensions:
enabled:
- Codeception\Extension\RunFailed

coverage:
enabled: true
local: true
c3_url: '%SHOP_URL%'
remote_config: 'vendor/oxid-esales/graphql-base/tests/codeception.yml'
whitelist:
include:
- ../src/Component/*
- ../src/Controller/*
- ../src/Framework/*
#coverage:
# enabled: true
# local: true
# c3_url: '%SHOP_URL%'
# remote_config: 'vendor/oxid-esales/graphql-base/tests/codeception.yml'
# whitelist:
# include:
# - ../src/Component/*
# - ../src/Controller/*
# - ../src/Framework/*

0 comments on commit 09e0cb2

Please sign in to comment.