Skip to content

Commit a342274

Browse files
Merge pull request #4 from DMarinhoCodacy/test-new-branch
add space
2 parents 17212f2 + 049ce50 commit a342274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Test with Maven
2020
run: mvn clean test
2121
- name: Run codacy-coverage-reporter
22-
uses: codacy/codacy-coverage-reporter-action@dev:14.1.1-fixtransformreports.11.sha.df7967e
22+
uses: codacy/codacy-coverage-reporter-action@master
2323
with:
2424
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Example repository on how to generate a coverage report for Java.
44

5-
## Requirements
5+
## Requirements
66

77
- Maven 3.x
88
- Java 8

0 commit comments

Comments
 (0)