Skip to content

Commit

Permalink
Upload coverage reports to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jul 24, 2024
1 parent 004a5f5 commit b671b02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,8 @@ jobs:
pull: true # pull all required images before building
# NOTE: snapshot images must be tagged with "distroless" in master branch only
tags: softinstigate/restheart-snapshot:distroless,softinstigate/restheart-snapshot:${{steps.vars.outputs.SHA}}-distroless

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b671b02

Please sign in to comment.