Skip to content

Commit

Permalink
Upload code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalsaleh committed Jul 8, 2024
1 parent 3e4073a commit 17dd7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
TOKEN="${{ secrets.GITHUB_TOKEN }}" ./dev/simulate_dist.sh; \
fi
- name: Upload code coverage
if: github.event_name != 'schedule' && matrix.image == 'ghcr.io/homalg-project/gap-docker-master:latest'
if: github.event_name != 'schedule' && matrix.image == 'ghcr.io/kamalsaleh/gap-sympy-docker:latest'
run: |
cd MachineLearningForCAP
./dev/upload_codecov.sh

0 comments on commit 17dd7a0

Please sign in to comment.