Skip to content

Commit

Permalink
GH search tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smeubank committed Oct 11, 2024
1 parent 1c63c74 commit dfebaaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
export PYTHONPATH=$(pwd)
pytest --cov=api api/tests/ --cov-report=xml
- name: test from GH search
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: test public claim
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Backend Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit dfebaaa

Please sign in to comment.