Skip to content

Commit

Permalink
rename coverage.yml to codecov.yml update upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMatt committed Nov 20, 2023
1 parent ed2bc0b commit 6df8687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Run tests
run: |
pytest --cov .
codecov --token d8f839b7-cf16-4d43-83c7-9d595f6e1d44
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

- name: Build Documentation
run: |
Expand Down

0 comments on commit 6df8687

Please sign in to comment.