Skip to content

Commit

Permalink
Merge pull request #55 from mrc-ide/tokens
Browse files Browse the repository at this point in the history
Remove spurious lines in workflow
  • Loading branch information
plietar authored May 29, 2024
2 parents 15f5a6a + d279f3a commit 2ee5e79
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
branches:
- main

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
run:

Expand Down Expand Up @@ -40,9 +37,6 @@ jobs:
python -m pip install --upgrade pip
pip install hatch
- name: Test
env:
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
YOUTRACK_TOKEN: ${{ secrets.YOUTRACK_TOKEN }}
run: |
hatch run cov-ci
- name: Lint
Expand All @@ -55,8 +49,10 @@ jobs:
pip install .
python -c "import orderly; import outpack"
- name: Upload to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
# This can be useful, but the false positive rate is
# annoyingly high.
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2ee5e79

Please sign in to comment.