Skip to content

chore: Remove codecov from CI #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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