Skip to content

Commit

Permalink
Coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vpet98 committed Jun 30, 2024
1 parent 31cdf16 commit c90b6f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ jobs:
rm -f coverage.svg # Remove any existing coverage.svg file
coverage-badge -o coverage.svg
- name: Prepend badge to README
run: |
cd webservice
echo "" > temp_readme.md # Create a temporary file
echo "# EIDA statistics webservice" >> temp_readme.md # Restore the title
echo "" >> temp_readme.md # Add a blank line for spacing
echo "[![Coverage Status](coverage.svg)](./coverage.svg)" >> temp_readme.md # Append the badge
sed '4d' README.md >> temp_readme.md # Append the rest of README.md
mv temp_readme.md README.md # Replace README.md with the modified temp file
- name: Commit and push changes
run: |
Expand Down
3 changes: 0 additions & 3 deletions webservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

[![Coverage Status](coverage.svg)](./coverage.svg)

# EIDA statistics webservice


The webserice provides an endpoint to send and consult the statistics.

## Install the webservice
Expand Down

0 comments on commit c90b6f1

Please sign in to comment.