Skip to content

Commit

Permalink
Merge branch 'main' into fix-test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Jul 25, 2024
2 parents efff746 + efacd9c commit cc42bfb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

on:
workflow_call:

secrets:
CODECOV_TOKEN:
required: true

name: test-coverage

permissions: read-all
Expand Down Expand Up @@ -35,7 +38,7 @@ jobs:
covr::to_cobertura(cov)
shell: Rscript {0}

- uses: codecov/codecov-action@v4.5
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
file: ./cobertura.xml
Expand Down

0 comments on commit cc42bfb

Please sign in to comment.