Skip to content

Commit

Permalink
Update github actions v7
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Mar 20, 2024
1 parent 5f304d9 commit e535243
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

- name: Test coverage
run: |
cov <- covr::package_coverage()
covr:::report(cov, file = "coverage.xml")
shell: Rscript {0}
# - name: Test coverage
# run: |
# cov <- covr::package_coverage()
# covr:::report(cov, file = "coverage.xml")
# shell: Rscript {0}

- uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
# token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
verbose: true
2 changes: 1 addition & 1 deletion coverage.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE coverage SYSTEM "https://raw.githubusercontent.com/cobertura/cobertura/master/cobertura/src/site/htdocs/xml/coverage-04.dtd">
<coverage line-rate="1" branch-rate="0" lines-covered="45" lines-valid="45" branches-covered="0" branches-valid="0" complexity="0" version="3.6.4" timestamp="2024-03-20 15:48:21">
<coverage line-rate="1" branch-rate="0" lines-covered="45" lines-valid="45" branches-covered="0" branches-valid="0" complexity="0" version="3.6.4" timestamp="2024-03-20 20:43:51">
<sources>
<source>C:/Users/claudia.rodes/Documents/GitHub/rfasstui</source>
</sources>
Expand Down

0 comments on commit e535243

Please sign in to comment.