Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Apr 30, 2024
1 parent 8967436 commit 00a61a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: flutter clean
- run: flutter pub get
- run: flutter build web --release
- run: flutter test --coverage --coverage-path coverage/lcov.info
- run: cd .. && flutter test --coverage --coverage-path coverage/lcov.info
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

1 comment on commit 00a61a2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.