Skip to content

Commit

Permalink
chore(#51): only unit
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Feb 23, 2024
1 parent 6bf52f0 commit 4878aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
restore-keys: |
maven-
- run: |
mvn clean install -DGithubToken=${{ secrets.TOKEN }} --errors --batch-mode
mvn clean install -DskipITs --errors --batch-mode
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

4 comments on commit 4878aa1

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4878aa1 Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 44-ef410327 disappeared from src/main/java/git/tracehub/pmo/controller/SecretController.java), that's why I closed #49. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4878aa1 Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 44-57fcb942 disappeared from src/main/java/git/tracehub/pmo/controller/SecretController.java), that's why I closed #50. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4878aa1 Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 44-48bf6f8b disappeared from src/main/java/git/tracehub/pmo/secret/DefaultSecrets.java), that's why I closed #51. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4878aa1 Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 49-dbcd9483 discovered in src/main/resources/application.yaml) and submitted as #56. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.