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 3221871 commit c6ab486Copy full SHA for c6ab486
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ jobs:
13
matrix:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
node-version: [12.x, 14.x, 16.x]
16
+ include:
17
+ - os: ubuntu-latest
18
+ node-version: 14.x
19
+ reportCoverage: true
20
runs-on: ${{ matrix.os }}
21
22
steps:
@@ -34,5 +38,6 @@ jobs:
34
38
- run: npm run semantic-release-dry-run
35
39
- name: Codecov
36
40
uses: codecov/[email protected]
41
+ if: matrix.reportCoverage
37
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments