Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/pydantic-1.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored May 19, 2024
2 parents 7849ffe + 1e80843 commit 9cc7cdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
run: |
coverage run --source foca -m pytest -W ignore::DeprecationWarning
coverage xml
- name: Submit Report to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: test_unit
files: ./coverage.xml
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 9cc7cdf

Please sign in to comment.