Skip to content

Commit

Permalink
Merge pull request #154 from jeroen1602/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/workflows/codecov/codecov-action-3

Bump codecov/codecov-action from 1 to 3 in /.github/workflows
  • Loading branch information
jeroen1602 committed Dec 14, 2022
2 parents 9e3bf0a + 6144121 commit 7c03871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: flutter test --coverage

- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7c03871

Please sign in to comment.