Skip to content

Commit

Permalink
Add codecov token which is now required
Browse files Browse the repository at this point in the history
  • Loading branch information
will-molloy committed Apr 21, 2024
1 parent e8144d1 commit ed9a134
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
flags: unit-tests-${{ matrix.os }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

integration-test:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
with:
flags: integration-tests-${{ matrix.os }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

release:
needs: [ build, integration-test ]
Expand All @@ -78,4 +80,4 @@ jobs:
uses: softprops/[email protected]
with:
tag_name: ${{ steps.version.outputs.version_tag }}
generate_release_notes: true
generate_release_notes: true

0 comments on commit ed9a134

Please sign in to comment.