Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ahudde/greeks
Browse files Browse the repository at this point in the history
  • Loading branch information
hudde committed Sep 4, 2023
2 parents 95e66eb + 2c4a1d0 commit a8f0f09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
pull_request:
branches: [main, master]

name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

name: R-CMD-check

jobs:
Expand Down

0 comments on commit a8f0f09

Please sign in to comment.