-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb69525
commit 3164731
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,9 +60,10 @@ jobs: | |
coverage run --source=graphnet -m pytest tests/ --ignore=tests/examples | ||
coverage run --source=graphnet -m pytest tests/examples/01_icetray | ||
coverage xml -o coverage.xml | ||
#- name: Work around permission issue | ||
# run: | | ||
# git config --global --add safe.directory /__w/graphnet/graphnet | ||
- name: Work around permission issue | ||
run: | | ||
conda install -c anaconda git | ||
git config --global --add safe.directory /__w/graphnet/graphnet | ||
- name: Publish code coverage | ||
uses: paambaati/[email protected] | ||
if: needs.check-codeclimate-credentials.outputs.has_credentials == 'true' | ||
|