Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed May 29, 2024
1 parent 49936b7 commit caaf697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload coverage to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: include_cov=coverage.txt bash <(curl -s https://codecov.io/bash)
run: include_cov=coverage.txt bash < (curl -s https://codecov.io/bash)

- name: Build
run: |
Expand Down

0 comments on commit caaf697

Please sign in to comment.