Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-go-5…
Browse files Browse the repository at this point in the history
….2.0
  • Loading branch information
aalexand authored Jan 21, 2025
2 parents 95d54a9 + 997b0b7 commit e3212a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
./test.sh
- name: Code coverage
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
file: ${{ env.WORKING_DIR }}/coverage.txt

Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
./test.sh
- name: Code coverage
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
file: ${{ env.WORKING_DIR }}/coverage.txt

Expand Down

0 comments on commit e3212a6

Please sign in to comment.