Skip to content

Commit

Permalink
Ignore MFCC module in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
maetshju committed Oct 28, 2022
1 parent ec39bbf commit 8afea7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
gcov_ignore: "src/MFCC"
file: lcov.info
- uses: julia-actions/julia-docdeploy@latest
env:
Expand Down

2 comments on commit 8afea7d

@maetshju
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/70373

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 8afea7dc0a376a261692c14b7604fa26a139a21a
git push origin v0.1.0

Please sign in to comment.