Skip to content

Commit

Permalink
almost there with the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 12, 2024
1 parent 60f664b commit 2418e1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
echo "ORIGINAL README:"
tail README.md
head -n -1 README.md > README_tmp.md
echo "${badge_url}" >> README_tmp.md
echo "[coverage-badge]: ${badge_url}" >> README_tmp.md
mv README_tmp.md README.md
#sed -i "s|!\\[coverage-badge\\](.*)|![coverage-badge](${badge_url})|" README.md;
echo "UPDATED README:"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ For complete documentation, see the [API Documentation page](https://wrench-pyth
[build-badge]: https://github.com/wrench-project/wrench-python-api/actions/workflows/build.yml/badge.svg
[build-link]: https://github.com/wrench-project/wrench-api/actions
[license-badge]: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
https://img.shields.io/badge/coverage-33%25-brightgreen

0 comments on commit 2418e1c

Please sign in to comment.