Skip to content

Commit

Permalink
Merge pull request #26 from inversify/fix/collect-coverage-workflow
Browse files Browse the repository at this point in the history
Update collect coverage workflow to use main branch
  • Loading branch information
notaphplover authored Oct 17, 2024
2 parents 281ba3d + d163e6e commit 04d0caf
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 04d0caf

Please sign in to comment.