Skip to content

Commit

Permalink
Fixes missing coverage on Parchment (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux authored Aug 25, 2022
1 parent 5da5873 commit a996fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fleather.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: ./packages/parchment
run: |
dart test --coverage coverage
dart pub global run coverage:format_coverage --in ./coverage --out ./coverage/lcov.info
dart pub global run coverage:format_coverage --lcov --in ./coverage --out ./coverage/lcov.info --report-on:lib
#
# Fleather
Expand Down

0 comments on commit a996fae

Please sign in to comment.