Skip to content

Commit

Permalink
Added codecov update to GH's testing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwaroquiers committed Mar 28, 2024
1 parent 4f6b61d commit 27db988
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:
- name: Test
run: |
pytest tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Matgenix/atomate2-turbomole

0 comments on commit 27db988

Please sign in to comment.