Skip to content

Commit 539024a

Browse files
committed
ci: Update step 'Upload coverage reports to Codecov'
1 parent 8c4c852 commit 539024a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ubuntu-codecov.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ jobs:
4141
run: cd build && make
4242
- name: Run Unit Test
4343
run: /home/runner/work/RosettaStone/RosettaStone/build/bin/UnitTests
44-
- name: Upload coverage to Codecov
45-
run: bash <(curl -s https://codecov.io/bash)
44+
- name: Upload Coverage Reports to Codecov
45+
uses: codecov/codecov-action@v4
46+
env:
47+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)