Skip to content

Commit

Permalink
configuring codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Feb 25, 2024
1 parent 638cc1f commit 57dd400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Forced-Alignment-and-Vowel-Extraction/fave-syllabify
files: coverage.xml
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build-backend = "poetry.core.masonry.api"
addopts = [
"--import-mode=importlib",
"--cov-config=.coveragerc",
"--cov-report=xml",
"--cov"
]
filterwarnings =[
Expand Down

0 comments on commit 57dd400

Please sign in to comment.