Skip to content

Commit 14c6a95

Browse files
authored
chore: Remove codecov from CI (#128)
1 parent a1eac91 commit 14c6a95

File tree

5 files changed

+0
-31
lines changed

5 files changed

+0
-31
lines changed

Diff for: codebuild/codecov.sh

-3
This file was deleted.

Diff for: codebuild/corretto11.yml

-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
version: 0.2
22

3-
env:
4-
secrets-manager:
5-
CODECOV_TOKEN: "codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"
6-
73
phases:
84
install:
95
runtime-versions:
106
java: corretto11
117
build:
128
commands:
139
- mvn install
14-
post_build:
15-
commands:
16-
- bash codebuild/codecov.sh

Diff for: codebuild/corretto8.yml

-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
version: 0.2
22

3-
env:
4-
secrets-manager:
5-
CODECOV_TOKEN: "codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"
6-
73
phases:
84
install:
95
runtime-versions:
106
java: corretto8
117
build:
128
commands:
139
- mvn install
14-
post_build:
15-
commands:
16-
- bash codebuild/codecov.sh

Diff for: codebuild/openjdk11.yml

-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
version: 0.2
22

3-
env:
4-
secrets-manager:
5-
CODECOV_TOKEN: "codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"
6-
73
phases:
84
install:
95
runtime-versions:
106
java: openjdk11
117
build:
128
commands:
139
- mvn install
14-
post_build:
15-
commands:
16-
- bash codebuild/codecov.sh

Diff for: codebuild/openjdk8.yml

-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
version: 0.2
22

3-
env:
4-
secrets-manager:
5-
CODECOV_TOKEN: "codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"
6-
73
phases:
84
install:
95
runtime-versions:
106
java: openjdk8
117
build:
128
commands:
139
- mvn install
14-
post_build:
15-
commands:
16-
- bash codebuild/codecov.sh

0 commit comments

Comments
 (0)