Skip to content

Commit

Permalink
Add specs to codecov GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed May 22, 2024
1 parent 47f1665 commit 01c5b95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ jobs:
run: |
pytest --cov=neomodel --cov-report=html:coverage_report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3with:
token: ${{ secrets.CODECOV_TOKEN }} # Ensure the token is used here
files: ./coverage.xml # Specify paths to coverage files
fail_ci_if_error: true # Optional: specify if CI should fail when codecov fails

0 comments on commit 01c5b95

Please sign in to comment.