Skip to content

Commit 549b2c0

Browse files
committed
Fixing codecov
1 parent 9e144e8 commit 549b2c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
name: Run tests
5050
run: |
5151
docker run --entrypoint=/go/src/github.com/Pixboost/transformimgs/test.sh -v $(pwd):/go/src/github.com/Pixboost/transformimgs transformimgs-dev
52-
-
53-
name: Code coverage
54-
run: |
55-
bash <(curl -s https://codecov.io/bash)
52+
- id: codecov
53+
uses: codecov/codecov-action@v5
54+
with:
55+
token: ${{ secrets.CODECOV_TOKEN }}
5656
-
5757
name: Build a prod image
5858
id: docker_build_prod

0 commit comments

Comments
 (0)