Skip to content

Commit

Permalink
Fix test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eel76 committed Nov 20, 2024
1 parent 21a3c6f commit 553f565
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: 'ubuntu-24.04'

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check test coverage
uses: ./.github/actions/devcontainer
with:
Expand All @@ -26,4 +29,3 @@ jobs:
with:
filename: coverage.cobertura.xml
badge: true

0 comments on commit 553f565

Please sign in to comment.