Skip to content

Commit

Permalink
GHA: fix codecov, needs token
Browse files Browse the repository at this point in the history
Also add a manual trigger.

[ci skip]
  • Loading branch information
gaborcsardi committed Apr 11, 2024
1 parent fdb7f44 commit 1f6512e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
workflow_dispatch:
push:
branches: [main, master]
pull_request:
Expand All @@ -13,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f6512e

Please sign in to comment.