Skip to content

Commit

Permalink
feat: setup test-coverage in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bukunmialuko committed Sep 1, 2024
1 parent 7f5d77f commit 5c9c324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
build:
defaults:
run:
working-directory: my_project/
working-directory: flutter_ui_kit_obkm/
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Very Good Coverage
uses: VeryGoodOpenSource/very_good_coverage@v2
with:
path: /my_project/coverage/lcov.info
path: /flutter_ui_kit_obkm/coverage/lcov.info

0 comments on commit 5c9c324

Please sign in to comment.