We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6949899 commit 8967436Copy full SHA for 8967436
.github/workflows/build.yml
@@ -21,6 +21,12 @@ jobs:
21
- run: flutter clean
22
- run: flutter pub get
23
- 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
30
- name: Deploy to Netlify
31
uses: nwtgck/[email protected]
32
with:
@@ -35,9 +41,3 @@ jobs:
35
41
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
36
42
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
37
43
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]
- with:
- token: ${{ secrets.CODECOV_TOKEN }}
- slug: maheshmnj/navbar_router
0 commit comments