File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6102,7 +6102,7 @@ function commentForMonorepo(
61026102 * @param {raw lcov } lcov
61036103 * @param {* } options
61046104 */
6105- async function comment ( lcov , before , options ) {
6105+ function comment ( lcov , before , options ) {
61066106 const pbefore = before ? percentage ( before ) : 0 ;
61076107 const pafter = before ? percentage ( lcov ) : 0 ;
61086108 const pdiff = pafter - pbefore ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export function commentForMonorepo(
8080 * @param {raw lcov } lcov
8181 * @param {* } options
8282 */
83- export async function comment ( lcov , before , options ) {
83+ export function comment ( lcov , before , options ) {
8484 const pbefore = before ? percentage ( before ) : 0 ;
8585 const pafter = before ? percentage ( lcov ) : 0 ;
8686 const pdiff = pafter - pbefore ;
You can’t perform that action at this time.
0 commit comments