Skip to content

Commit

Permalink
☂️change coverage token
Browse files Browse the repository at this point in the history
  • Loading branch information
mvillasante committed Dec 5, 2024
1 parent 9b8f5a3 commit ea57145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/coverage.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ cov <- package_coverage()
print(cov)
zero_coverage(cov)
report(cov, file = file.path("/workdir/tests/coverage-report.html"), browse = FALSE)
codecov(coverage = cov, token = "53631a87-1660-47ba-a000-789a8b05283f")
codecov(coverage = cov, token = "dfdb7a71-a924-4769-896d-09b73c03bd84")

0 comments on commit ea57145

Please sign in to comment.