Skip to content

Commit

Permalink
try adding ls and xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeu1023 committed Apr 4, 2024
1 parent 179b598 commit 2ec34a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,16 @@ jobs:
Rscript -e "remotes::install_deps(dependencies=TRUE)"
- name: Generate coverage report
run: Rscript -e "covr::codecov()"
run: Rscript -e "covr::coveralls(file='coverage.xml')"
- name: List files in the current directory
run: ls -la


- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml



0 comments on commit 2ec34a7

Please sign in to comment.