Skip to content

Commit

Permalink
Update codecov version and add token
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari authored Apr 23, 2024
1 parent 53f5257 commit 50abc81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Run Tests
run: xvfb-run -a python -m pytest -vv --cov=RefRed --cov-report=xml --cov-report=term test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required

trigger-deploy:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 50abc81

Please sign in to comment.