Skip to content

Commit 551db5d

Browse files
committed
build: follow the org's codecov-action pattern
Follow the codecov-action pattern established in https://openedx.atlassian.net/wiki/spaces/COMM/pages/3438280709/Adding+Codecov.
1 parent 8e91bb9 commit 551db5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
run: npm run i18n_extract
3232
- name: Coverage
3333
uses: codecov/codecov-action@v4
34-
env:
35-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
36+
fail_ci_if_error: true

0 commit comments

Comments
 (0)