We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c28b0f commit 3e5d9daCopy full SHA for 3e5d9da
2 files changed
.github/workflows/validate.yml
@@ -40,7 +40,10 @@ jobs:
40
run: npm run check
41
42
- name: 🧪 Test
43
+ uses: actions/checkout@master
44
+ uses: codecov/codecov-action@v1
45
run: npm run coverage
46
+ run: bash <(curl -s https://codecov.io/bash) # Upload to Codecov
47
48
- name: 👷♀️ Build
49
run: npm run build -- --prod
@@ -69,13 +72,3 @@ jobs:
69
72
with:
70
73
args: deploy --dir=build --prod
71
74
secrets: '["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID"]'
-
- codecov:
- name: 'Coverage'
75
- runs-on: ubuntu-latest
76
- needs: deploy
77
- steps:
78
- - uses: actions/checkout@v2
79
- - uses: codecov/codecov-action@v1
80
- - run: npm run coverage # Run test
81
- - run: bash <(curl -s https://codecov.io/bash) # Upload to Codecov
.prettierignore
@@ -4,4 +4,5 @@ coverage
4
public
5
.vscode/
6
.netlify
7
-.vercel
+.vercel
8
+validate.yml
0 commit comments