Skip to content

Commit

Permalink
Merge pull request #1731 from fengzeroz/v2.7
Browse files Browse the repository at this point in the history
V2.7
  • Loading branch information
fengzeroz authored Dec 8, 2023
2 parents 34f64c8 + e3040ea commit 54aa2a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
VERSION: 2.7.0
UI_VERSION: 2.6.3
BRANCH: main
BRANCH: v2.7

jobs:
cross-build:
Expand Down

0 comments on commit 54aa2a1

Please sign in to comment.