Skip to content

Commit

Permalink
test coverage calculation now waits for the merge job, making sure th…
Browse files Browse the repository at this point in the history
…e coverage data is available
  • Loading branch information
Adoni5 committed Aug 27, 2024
1 parent 8c8b344 commit aaf6170
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
name: coverage-data
pattern: my-artifact-*

coverage:
coverage:
name: Combine coverage
runs-on: ubuntu-latest
needs: tests
needs:
- tests
- merge

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit aaf6170

Please sign in to comment.