We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9648370 + 5650c46 commit b753f18Copy full SHA for b753f18
2 files changed
.github/workflows/codecov-upload.yml
@@ -4,7 +4,6 @@ on:
4
workflow_run:
5
workflows: ["RockyLinux Coverage Build"]
6
types: [completed]
7
- branches: [ 'develop', 'release_**' ]
8
9
jobs:
10
upload-coverage:
framework/src/test/java/org/tron/common/TestConstants.java
@@ -4,5 +4,4 @@ public class TestConstants {
public static final String TEST_CONF = "config-test.conf";
public static final String NET_CONF = "config.conf";
-
}
0 commit comments