Skip to content

Commit

Permalink
fix: update collect coverage workflow to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Oct 17, 2024
1 parent 281ba3d commit d163e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collect-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.package }}
override_branch: master
override_branch: main
token: ${{ secrets.CODECOV_TOKEN }}

test-coverage:
Expand Down

0 comments on commit d163e6e

Please sign in to comment.