Skip to content

Commit

Permalink
rm codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzeroz committed Dec 8, 2023
1 parent 9d02f1f commit e3040ea
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,6 @@ jobs:
ft/reports/report.html
build/neuron.log
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
gcov: true
gcov_include: include plugins src
gcov_ignore: tests simulator

pft:
runs-on: ubuntu-20.04
container: ghcr.io/neugates/build:x86_64-main
Expand Down Expand Up @@ -163,17 +156,3 @@ jobs:
else
pytest -s -v tests/ft/metrics/"test_metrics.py"
fi
- name: create cov report
run: |
sudo apt-get update
sudo apt-get -y install lcov
mkdir -p cov_report
./create_cov_report.sh ${{ matrix.plugin }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
verbose: true
directory: ./cov_report/
files: cov-${{ matrix.plugin }}.info

0 comments on commit e3040ea

Please sign in to comment.