We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d954ee3 commit 36e8f39Copy full SHA for 36e8f39
.github/workflows/e2e_tests.yml
@@ -35,6 +35,7 @@ jobs:
35
path: coverage
36
37
- name: Comment PR with coverage
38
+ if: github.event_name == 'pull_request'
39
uses: romeovs/lcov-reporter-action@2a28ec3e25fb7eae9cb537e9141603486f810d1a
40
with:
41
title: E2E Tests Coverage Report
.github/workflows/unit_tests.yml
title: Unit Tests Coverage Report
0 commit comments