Skip to content

Commit

Permalink
Attempt to use main branch of coveralls GH action.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Sep 9, 2024
1 parent 72f5871 commit c86cf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
files: coverage/lcov.info
id: lcov_exists
- name: Submit coverage to `coveralls.io` if LCOV file exists
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
if: steps.lcov_exists.outputs.files_exists == 'true'
Expand Down

0 comments on commit c86cf50

Please sign in to comment.