1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-21 17:26:58 +01:00

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

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