chore: Gather coverage from all OSes.

This commit is contained in:
Ruben Verborgh
2021-11-02 13:23:23 +01:00
parent b8db72dfd3
commit 557ba32577

View File

@@ -65,7 +65,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.node-version }}
flag-name: test-unit-${{ matrix.node-version }}-${{ matrix.operating-system }}
parallel: true
- name: Run deployment tests
run: npm run test:deploy