Skip to content

Commit

Permalink
chore: code coverage (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nank1ro authored Jan 28, 2025
1 parent b11b33b commit 292b53e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/flutter-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ jobs:

- name: Test
working-directory: packages/disco
run: flutter test
run: flutter test --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
files: ./lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
directory: packages/disco

0 comments on commit 292b53e

Please sign in to comment.