From 3456d100a858796027f754ce70462b633054eb38 Mon Sep 17 00:00:00 2001 From: Kathryn Doering Date: Wed, 29 May 2024 15:13:13 -0700 Subject: [PATCH] fix spaces --- .github/workflows/calc-coverage.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/calc-coverage.yml b/.github/workflows/calc-coverage.yml index 26d8e36..d984bea 100644 --- a/.github/workflows/calc-coverage.yml +++ b/.github/workflows/calc-coverage.yml @@ -41,9 +41,9 @@ jobs: shell: Rscript {0} - uses: codecov/codecov-action@v4 - with: - fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }} - file: ./cobertura.xml - plugin: noop - disable_search: true - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + with: + fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }} + file: ./cobertura.xml + plugin: noop + disable_search: true + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file