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(
6102
6102
* @param {raw lcov } lcov
6103
6103
* @param {* } options
6104
6104
*/
6105
- async function comment ( lcov , before , options ) {
6105
+ function comment ( lcov , before , options ) {
6106
6106
const pbefore = before ? percentage ( before ) : 0 ;
6107
6107
const pafter = before ? percentage ( lcov ) : 0 ;
6108
6108
const pdiff = pafter - pbefore ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export function commentForMonorepo(
80
80
* @param {raw lcov } lcov
81
81
* @param {* } options
82
82
*/
83
- export async function comment ( lcov , before , options ) {
83
+ export function comment ( lcov , before , options ) {
84
84
const pbefore = before ? percentage ( before ) : 0 ;
85
85
const pafter = before ? percentage ( lcov ) : 0 ;
86
86
const pdiff = pafter - pbefore ;
You can’t perform that action at this time.
0 commit comments