Skip to content

Commit

Permalink
show integer value
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 17, 2024
1 parent 7572cab commit d68873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
line_exclusions = files_to_exclude
)
print(coverage)
percent_coverage <- covr::percent_coverage(coverage)
percent_coverage <- as.integer(covr::percent_coverage(coverage))
threshold <- 90
cli::cli_rule()
if (percent_coverage < threshold) {
Expand Down

0 comments on commit d68873f

Please sign in to comment.