Skip to content

Commit

Permalink
Bug fix for file pointing badge
Browse files Browse the repository at this point in the history
  • Loading branch information
thijssnelleman committed Sep 25, 2024
1 parent 68e0caf commit 5ca62db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Code Coverage report
run: pytest --cov sparkle/ --cov-report=xml
- name: Run badge generator
run: genbadge coverage -i coverage.xml -o .reports/coverage
run: genbadge coverage -i coverage.xml -o .reports/coverage/coverage-badge.svg
- name: Commit badge
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# _Sparkle_

![tests](https://github.com/ada-research/sparkle/actions/workflows/unittest.yml/badge.svg?event=push)
[![Coverage Status](./reports/coverage/coverage-badge.svg?dummy=8484744)](./reports/coverage/index.html)
[![Coverage Status](./reports/coverage/coverage-badge.svg?dummy=8484744)]
![linter](https://github.com/ada-research/sparkle/actions/workflows/linter.yml/badge.svg?event=push)

> A Programming by Optimisation (PbO)-based problem-solving platform designed to enable the widespread and effective use of PbO techniques for improving the state-of-the-art in solving a broad range of prominent AI problems, including SAT and AI Planning.
Expand Down

0 comments on commit 5ca62db

Please sign in to comment.