Skip to content

Commit 057d55c

Browse files
authored
Merge pull request #131 from magento-gl/MQE-2290
MQE-2290 Deleting MagentoPwaWebDriver file and moving it to Pwa_tests…
2 parents c565c45 + 962d1ca commit 057d55c

File tree

2 files changed

+8
-108
lines changed

2 files changed

+8
-108
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- name: Run tests
4040
run: vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit --coverage-clover clover.xml
4141

42-
- name: Monitor coverage
43-
if: github.event_name == 'pull_request'
44-
uses: slavcodev/coverage-monitor-action@1.2.0
45-
with:
46-
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
clover_file: "clover.xml"
48-
threshold_alert: 10
49-
threshold_warning: 20
42+
# - name: Monitor coverage
43+
# if: github.event_name == 'pull_request'
44+
# uses: slavcodev/coverage-monitor-action@1.2.0
45+
# with:
46+
# github_token: ${{ secrets.GITHUB_TOKEN }}
47+
# clover_file: "clover.xml"
48+
# threshold_alert: 10
49+
# threshold_warning: 20
5050

5151
verification-tests:
5252
name: Verification Tests

src/Magento/FunctionalTestingFramework/Module/MagentoPwaWebDriver.php

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)