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 d192d60 commit 06d4eb8Copy full SHA for 06d4eb8
.github/workflows/continuous-integration-workflow.yml
@@ -23,13 +23,11 @@ jobs:
23
uses: actions/setup-node@v1
24
with:
25
node-version: ${{ matrix.node-version }}
26
- - run: node --version
27
- name: Check Node.js version
28
- run: npm ci --ignore-scripts
29
- run: npm run test:ci
30
- run: npm install codecov -g
31
if: ${{ matrix.node-version == '14.x' }}
32
- - run: codecov -f ./coverage/clover.xml -t ${{ secrets.CODECOV_TOKEN }}
+ - run: codecov -f ./coverage/clover.xml -t ${{ secrets.CODECOV_TOKEN }} --commit=$GITHUB_SHA --branch=${GITHUB_REF##*/}
33
34
build:
35
name: Build
0 commit comments