Skip to content

Commit 81ae1cb

Browse files
committed
chore: add Codecov reports to GitHub workflow
1 parent 543f7c7 commit 81ae1cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
env:
7575
NODE_OPTIONS: --unhandled-rejections=strict
7676

77-
- name: Submit coverage data to codecov
78-
uses: codecov/codecov-action@v3
77+
- name: Upload coverage reports to Codecov
78+
uses: codecov/codecov-action@v5
7979
with:
80-
flags: test
8180
token: ${{ secrets.CODECOV_TOKEN }}
81+
slug: webdiscus/flaget

0 commit comments

Comments
 (0)