Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 19, 2024
1 parent 93f8c2d commit c50c064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono_repo/lib/src/task_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class _TestWithCoverageTask extends TaskType {
'files': '$packageDirectory/coverage/lcov.info',
'fail_ci_if_error': true,
'name': 'coverage_$countString',
'token': r'${{ secrets.CODECOV_TOKEN }}'
'token': r'${{ secrets.CODECOV_TOKEN }}',
},
versionOverrides: rootConfig.existingActionVersions,
);
Expand Down

0 comments on commit c50c064

Please sign in to comment.