run coverage on its own

This commit is contained in:
Matthias Kretschmann 2021-01-30 16:05:16 +01:00
parent 468fab1845
commit 94531a8a61
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ jobs:
- run: npm run build
coverage:
needs: [test]
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2