Skip to content

Commit 5b4a631

Browse files
authored
Update main.yml
1 parent 09baa5a commit 5b4a631

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
make test
4848
make services-down
49-
- name: Push Coveralls
50-
run: |
51-
pip install -q coveralls coveralls[yaml]
52-
coveralls
49+
- name: Upload coverage reports to Codecov
50+
uses: codecov/codecov-action@v5
51+
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)