Skip to content

Commit

Permalink
ci: 🔥 codecov can't seem to be used easily by an org
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Dec 1, 2024
1 parent 119056f commit 1c84af6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,9 @@ jobs:
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

test-coverage:
uses: ./.github/workflows/reusable-coverage.yaml
needs: document
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

cran-check:
uses: ./.github/workflows/reusable-cran-check.yaml
needs: test-coverage
needs: document
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
59 changes: 0 additions & 59 deletions .github/workflows/reusable-coverage.yaml

This file was deleted.

0 comments on commit 1c84af6

Please sign in to comment.