Skip to content

Commit

Permalink
. e Merge pull request #10 from approvals/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4.4.1

Bump codecov/codecov-action from 4.4.0 to 4.4.1
  • Loading branch information
yelmuratoff authored May 21, 2024
2 parents 59e22f7 + 6b24dde commit f5abc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
run: dart run test --coverage=./coverage && dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --report-on=lib --lcov -o ./coverage/lcov.info -i ./coverage

- name: ⬆️ Upload coverage reports to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f5abc95

Please sign in to comment.