Skip to content

Commit

Permalink
Use codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 20, 2023
1 parent b867d6f commit f5fb2a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dea-intertidal-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
docker-compose exec -T dea_intertidal /bin/sh -c "sh ./tests/run_tests"
# docker-compose down
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: false
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Setup upterm session
uses: lhotari/action-upterm@v1
Expand Down

0 comments on commit f5fb2a6

Please sign in to comment.