File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 4040 run : npm run check
4141
4242 - name : 🧪 Test
43+ uses : actions/checkout@master
44+ uses : codecov/codecov-action@v1
4345 run : npm run coverage
46+ run : bash <(curl -s https://codecov.io/bash) # Upload to Codecov
4447
4548 - name : 👷♀️ Build
4649 run : npm run build -- --prod
6972 with :
7073 args : deploy --dir=build --prod
7174 secrets : ' ["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID"]'
72-
73- codecov :
74- 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
Original file line number Diff line number Diff line change 44public
55.vscode /
66.netlify
7- .vercel
7+ .vercel
8+ validate.yml
You can’t perform that action at this time.
0 commit comments