Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 68c5935

Browse files
authored
added coverage to latest release
1 parent 4b12336 commit 68c5935

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/latestRelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
run: |
2727
docker create -p 27017:27017 --name FileFighterDB mongo:latest
2828
docker start FileFighterDB
29+
-
30+
name: Upload CodeCov.
31+
run: bash <(curl -s https://codecov.io/bash) -Z
2932
-
3033
name: Build Docker Image
3134
run: mvn spring-boot:build-image -f pom.xml

0 commit comments

Comments
 (0)