Skip to content

Commit

Permalink
Removing coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisAlund committed Mar 25, 2024
1 parent cda6520 commit 2426faa
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@ jobs:
- run: flutter analyze --verbose

- name: Run tests
run: flutter test --coverage --test-randomize-ordering-seed=$RANDOM

- name: Generate coverage report
run: genhtml coverage/lcov.info -o coverage/html

- uses: actions/upload-artifact@v4
with:
name: coverate-report
path: coverage/html
run: flutter test --test-randomize-ordering-seed=$RANDOM

- name: Publish package
run: flutter pub publish --force

0 comments on commit 2426faa

Please sign in to comment.