Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-app-test-config
Browse files Browse the repository at this point in the history
  • Loading branch information
grivera64 authored Nov 19, 2024
2 parents 98d2fcc + f13b713 commit be650d6
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Upload coverage reports to Codecov
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
uses: codecov/codecov-action@v5.0.0
uses: codecov/codecov-action@v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down
Loading

0 comments on commit be650d6

Please sign in to comment.