Skip to content

Commit

Permalink
Bump codecov action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Aug 24, 2024
1 parent 7c08c7d commit 4620fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- name: Generate test coverage
run: |
dart pub global activate coverage && \
dart pub global run coverage:test_with_coverage --branch-coverage
dart pub global run coverage:test_with_coverage --branch-coverage --function-coverage
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info
Expand Down

0 comments on commit 4620fa6

Please sign in to comment.