Skip to content

Commit acd2763

Browse files
authored
Try to fix codecov (#707)
1 parent 4396130 commit acd2763

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/coverage.yml renamed to .github/workflows/codecov.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,18 @@ jobs:
3131
run: |
3232
sudo apt update -y
3333
sudo apt install -y tar wget make cmake gcc g++ python3 python3-dev "openmpi-*" libopenmpi-dev
34-
35-
34+
3635
- name: Build
3736
run: /bin/bash mfc.sh build -j $(nproc) --gcov
3837

3938
- name: Test
4039
run: /bin/bash mfc.sh test -a -j $(nproc)
4140

4241
- name: Upload coverage reports to Codecov
43-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v4.6.0
4443
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
4644
fail_ci_if_error: false
45+
name: mfc-coverage
4746
verbose: true
4847
env:
4948
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)