Skip to content

Commit

Permalink
added ignore line to codecov CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGibbs authored Feb 1, 2024
1 parent bc56553 commit e3dea59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
jobs:
my-job:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -15,6 +15,8 @@ jobs:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
- name: Upload coverage reports to Codecov
ignore:
- "examples/"
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e3dea59

Please sign in to comment.