Skip to content

Commit

Permalink
trying to address the limit from codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Kjell authored and Oscar Kjell committed Nov 4, 2024
1 parent 2350337 commit a972f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-coverage-all-OS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ jobs:
- name: Test coverage
env:
OMP_MAX_ACTIVE_LEVELS: 2
run: covr::codecov()
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: covr::codecov(token = Sys.getenv("CODECOV_TOKEN"))
shell: Rscript {0}


# Debugging step to confirm coverage files are generated
- name: List files for debugging
run: ls -R
Expand Down

0 comments on commit a972f94

Please sign in to comment.