Skip to content

Commit

Permalink
attempt to fix coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Aug 28, 2023
1 parent 826702f commit 6fa35e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: dart analyze

- name: Run tests with coverage
run: ../../coverage.sh
run: ./coverage.sh
working-directory: .

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 6fa35e9

Please sign in to comment.