Skip to content

Commit

Permalink
build: added codcov token in ci cd yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shafayetShafee committed Aug 12, 2024
1 parent 4d3f3bd commit 1bf5721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Use Codecov to track coverage
uses: codecov/codecov-action@v2
with:
files: ./coverage.xml
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

- name: Build documentation
run: poetry run make html --directory docs/

0 comments on commit 1bf5721

Please sign in to comment.