Skip to content

Commit

Permalink
Merge pull request #46 from robinzyb/devel
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
robinzyb authored Apr 13, 2024
2 parents f7a974c + ad72b08 commit 15b6d01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage run --source=./cp2kdata -m pytest && coverage report
coveralls --service=github
- name: Run Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: robinzyb/cp2kdata

0 comments on commit 15b6d01

Please sign in to comment.