Skip to content

Commit

Permalink
Add files: .coverage to ci.yml to upload the coverage report to t…
Browse files Browse the repository at this point in the history
…he CI/CD workflow.
  • Loading branch information
hasansezertasan committed May 26, 2024
1 parent 018e792 commit 9026ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: .coverage

0 comments on commit 9026ed5

Please sign in to comment.