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 9e81874 commit 178ef04Copy full SHA for 178ef04
.github/workflows/pull_request.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install make
23
run: sudo apt -y install make
24
- name: Run verification and tests
25
- run: make fmt lint test cov-exclude-generated
+ run: make lint test cov-exclude-generated
26
- name: Report coverage
27
uses: codecov/[email protected]
28
with:
0 commit comments