Skip to content

Commit

Permalink
Added missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
BartJanvanRossum committed Sep 16, 2024
1 parent 4ae8791 commit 1e1f9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
covr::to_cobertura(cov)
shell: Rscript {0}

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

0 comments on commit 1e1f9a6

Please sign in to comment.