Skip to content

Commit

Permalink
github/ci: again reverting report upload to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed May 3, 2024
1 parent 7389c00 commit 54dac2c
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,12 @@ jobs:
- name: make coverage
run: make -j 2 coverage

# prefer codecov action (below), but produces 'unusable report';
- name: upload report to codecov using bash script
run: bash <(curl -s https://codecov.io/bash)

# NOTE: this fails to upload
# (suspect path fixing needed: https://docs.codecov.com/docs/fixing-paths)
#- name: upload report to codecov with github action
# uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: true
# verbose: true
# token: ${{ secrets.CODECOV_TOKEN }}
- name: upload report to codecov
# run: bash <(curl -s https://codecov.io/bash)
# https://docs.codecov.com/docs/fixing-paths
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 54dac2c

Please sign in to comment.