Skip to content

Commit 8967436

Browse files
committed
update workflow
1 parent 6949899 commit 8967436

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
- run: flutter clean
2222
- run: flutter pub get
2323
- run: flutter build web --release
24+
- run: flutter test --coverage --coverage-path coverage/lcov.info
25+
- name: Upload coverage reports to Codecov
26+
uses: codecov/[email protected]
27+
with:
28+
token: ${{ secrets.CODECOV_TOKEN }}
29+
slug: maheshmnj/navbar_router
2430
- name: Deploy to Netlify
2531
uses: nwtgck/[email protected]
2632
with:
@@ -35,9 +41,3 @@ jobs:
3541
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
3642
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
3743
timeout-minutes: 1
38-
- run: flutter test --coverage --coverage-path coverage/lcov.info
39-
- name: Upload coverage reports to Codecov
40-
uses: codecov/[email protected]
41-
with:
42-
token: ${{ secrets.CODECOV_TOKEN }}
43-
slug: maheshmnj/navbar_router

0 commit comments

Comments
 (0)