Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-braz authored Sep 16, 2021
1 parent f6e46da commit aba1430
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- run: flutter test --coverage
- run: pub global activate dlcov
- run: dlcov coverage/lcov.info 80
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info
- run: dart compile exe bin/dlcov.dart -o build/${{ matrix.output-name }}
- uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit aba1430

Please sign in to comment.