Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Dec 13, 2023
1 parent 810a0cd commit 6e36330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
mongodb-version: ${{ matrix.mongodb-version }}

- name: Run pytest coverage
# env:
# ENV_SECRET: ${{ secrest.ZENODO_API_TOKEN }}
run: TEST_SECRET=${{ secrets.ZENODO_API_TOKEN }} pytest --cov --cov-report=xml
env:
ZENODO_API_TOKEN: ${{ secrest.ZENODO_API_TOKEN }}
run: pytest --cov --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 6e36330

Please sign in to comment.