Skip to content

Commit

Permalink
changed link
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Jan 16, 2025
1 parent 3485af4 commit 06baa89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
## If no one connects after 5 minutes, shut down server.
wait-timeout-minutes: 5

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/report.xml
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@
<br />
<img alt="Linting" src="https://github.com/ScilifelabDataCentre/dds_web/actions/workflows/python-black.yml/badge.svg">
<img alt="CodeQL" src="https://github.com/ScilifelabDataCentre/dds_web/actions/workflows/codeql-analysis.yml/badge.svg">
<a href="https://codecov.io/gh/ScilifelabDataCentre/dds_web">
<img alt="codecov" src="https://codecov.io/gh/ScilifelabDataCentre/dds_web/branch/dev/graph/badge.svg?token=r5tM6o08Sd">
<a href="https://codecov.io/github/ScilifelabDataCentre/dds_web" >
<img src="https://codecov.io/github/ScilifelabDataCentre/dds_web/graph/badge.svg?token=r5tM6o08Sd"/>
</a>
<!-- <a href="https://codecov.io/gh/ScilifelabDataCentre/dds_web">
<img alt="codecov" src="https://codecov.io/gh/ScilifelabDataCentre/dds_web/branch/dev/graph/badge.svg?token=r5tM6o08Sd">
</a> -->
<img alt="Tests" src="https://github.com/ScilifelabDataCentre/dds_web/actions/workflows/docker-compose-tests.yml/badge.svg">
</p>
<p align="center">
Expand Down

0 comments on commit 06baa89

Please sign in to comment.