Skip to content

Commit

Permalink
Update codecov config with new github org (#6510)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir authored Nov 20, 2024
1 parent b2acd72 commit 05b1609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Workflow for Codecov integration
on: [push, pull_request]

jobs:
codecov:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -27,4 +28,4 @@ jobs:
file: .build/coverage/unit_cover.out
exclude: ./
token: ${{ secrets.CODECOV_TOKEN }}
slug: uber/cadence
slug: cadence-workflow/cadence

0 comments on commit 05b1609

Please sign in to comment.