Skip to content

Commit

Permalink
codecov action update
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Apr 12, 2024
1 parent 01a5b68 commit 4f41603
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: cd python/ && pylint --rcfile=.pylintrc motifcluster
- run: cd python/doc/ && make html
- run: cd python/ && coverage xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./python/coverage.xml
fail_ci_if_error: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- run: cd R/ && Rscript -e "library(devtools); test()"
- run: cd R/ && Rscript -e "library(lintr); lint_package(linters = with_defaults(object_name_linter=NULL,object_usage_linter=NULL,cyclocomp_linter=NULL,indentation_linter=NULL))"
- run: cd R/ && Rscript -e "library(covr); cov = package_coverage(); to_cobertura(cov)"
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./R/cobertura.xml
fail_ci_if_error: true
Expand All @@ -79,6 +79,8 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: julia/MotifCluster.jl/src
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: true
verbose: true

0 comments on commit 4f41603

Please sign in to comment.