Skip to content

Commit

Permalink
chore: Remove codecov from CI (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavaleri authored Jan 20, 2021
1 parent a1eac91 commit 14c6a95
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions codebuild/codecov.sh

This file was deleted.

7 changes: 0 additions & 7 deletions codebuild/corretto11.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
version: 0.2

env:
secrets-manager:
CODECOV_TOKEN: "codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"

phases:
install:
runtime-versions:
java: corretto11
build:
commands:
- mvn install
post_build:
commands:
- bash codebuild/codecov.sh
7 changes: 0 additions & 7 deletions codebuild/corretto8.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
version: 0.2

env:
secrets-manager:
CODECOV_TOKEN: "codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"

phases:
install:
runtime-versions:
java: corretto8
build:
commands:
- mvn install
post_build:
commands:
- bash codebuild/codecov.sh
7 changes: 0 additions & 7 deletions codebuild/openjdk11.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
version: 0.2

env:
secrets-manager:
CODECOV_TOKEN: "codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"

phases:
install:
runtime-versions:
java: openjdk11
build:
commands:
- mvn install
post_build:
commands:
- bash codebuild/codecov.sh
7 changes: 0 additions & 7 deletions codebuild/openjdk8.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
version: 0.2

env:
secrets-manager:
CODECOV_TOKEN: "codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"

phases:
install:
runtime-versions:
java: openjdk8
build:
commands:
- mvn install
post_build:
commands:
- bash codebuild/codecov.sh

0 comments on commit 14c6a95

Please sign in to comment.