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 4ec127a commit 5fd4859Copy full SHA for 5fd4859
.github/workflows/pr_lint_and_test.yml
@@ -1,4 +1,4 @@
1
-name: on-push-event
+name: pr-lint-and-test
2
on:
3
pull_request:
4
types: [opened, synchronize]
@@ -43,4 +43,4 @@ jobs:
43
uses: romeovs/lcov-reporter-action@v0.3.1
44
with:
45
github-token: ${{ secrets.GITHUB_TOKEN }}
46
- lcov-file: ./coverage/lcov.info
+ lcov-file: ./coverage/lcov.info
0 commit comments