Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
codecov-action reactivate

Signed-off-by: okestro-hbkim <[email protected]>
  • Loading branch information
Kim-Hyo-Bin committed Feb 23, 2024
1 parent 9db0e2b commit e7c46dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
name: test-log
path: /tmp/gotest.log
if-no-files-found: error
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e7c46dd

Please sign in to comment.