Skip to content

Commit

Permalink
Report test coverage for all branches, not just master
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas <[email protected]>
Signed-off-by: Mikael Carneholm <[email protected]>
  • Loading branch information
nscuro authored and mikael-carneholm-2-wcar committed Mar 15, 2024
1 parent 16963ea commit ade8fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
mvn test -P enhance
- name: Publish test coverage
if: ${{ github.ref == 'refs/heads/master' && contains(github.repository, 'DependencyTrack/') }}
if: ${{ contains(github.repository, 'DependencyTrack/') }}
uses: codacy/[email protected]
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand Down

0 comments on commit ade8fe0

Please sign in to comment.