We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e144e8 commit 549b2c0Copy full SHA for 549b2c0
.github/workflows/action.yml
@@ -49,10 +49,10 @@ jobs:
49
name: Run tests
50
run: |
51
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)
+ - id: codecov
+ uses: codecov/codecov-action@v5
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
56
-
57
name: Build a prod image
58
id: docker_build_prod
0 commit comments