Skip to content

Commit 530d77e

Browse files
committed
Simplify codecov step with existing action
1 parent 0153ce9 commit 530d77e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-core.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
poetry run tox
9292
env:
9393
TOXENV: "py311"
94-
- name: Coverage
95-
run: |
96-
curl -Os https://uploader.codecov.io/latest/linux/codecov
97-
chmod +x codecov
98-
./codecov -t ${CODECOV_TOKEN}
94+
- name: coverage
95+
uses: codecov/codecov-action@v3
96+
with:
97+
token: ${{secrets.CODECOV_TOKEN}}
98+
flags: core
9999
continue-on-error: true

0 commit comments

Comments
 (0)