Skip to content

Commit

Permalink
ci(analysis): remove discontinued .packages file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Apr 5, 2023
1 parent 19631f5 commit 88955ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
dart pub global activate coverage
dart test --coverage=coverage
dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.packages --report-on=lib
dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --report-on=lib
- name: Coveralls upload
uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd # v2.0.0
Expand Down

0 comments on commit 88955ef

Please sign in to comment.