Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE committed Apr 17, 2024
1 parent 7232e80 commit 9710d03
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 @@ -17,7 +17,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
run: |
Expand All @@ -41,5 +41,5 @@ jobs:
shell: Rscript {0}

- name: Test coverage
run: covr::codecov(token = "${{ secrets.CODECOV_TOKEN }}"")
run: covr::codecov(token = "${{ secrets.CODECOV_TOKEN }}")
shell: Rscript {0}

0 comments on commit 9710d03

Please sign in to comment.