fix: require coverage before building app

This commit is contained in:
Alexis Tyler
2021-03-28 08:28:39 -07:00
parent f28e23b833
commit 77330b43f0
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: [lint]
needs: [lint,coverage]
steps:
- name: Checkout repo