Skip to content

Commit

Permalink
Merge pull request #59 from badoo/remove-unused-stuff
Browse files Browse the repository at this point in the history
Remove unused stuff
  • Loading branch information
technoir42 authored Jul 1, 2024
2 parents ff9bc10 + 5829b11 commit 99fa03f
Show file tree
Hide file tree
Showing 296 changed files with 22 additions and 13,892 deletions.
2 changes: 1 addition & 1 deletion .buildsystem/deploy-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

DTASK=":publishDefaultPublicationToGitHubRepository"

TARGETS=":core$DTASK :vendor:vendor-android$DTASK :marathon-gradle-plugin$DTASK :report:execution-timeline$DTASK :report:html-report$DTASK :analytics:usage$DTASK"
TARGETS=":core$DTASK :vendor:vendor-android$DTASK :marathon-gradle-plugin$DTASK :report:execution-timeline$DTASK :report:html-report$DTASK"

if [ -n "$TRAVIS_TAG" ]; then
echo "on a tag -> deploy release version $TRAVIS_TAG"
Expand Down
2 changes: 1 addition & 1 deletion .buildsystem/deploy-sonatype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

DTASK=":publishDefaultPublicationToOSSHRRepository"

TARGETS=":core$DTASK :vendor:vendor-android$DTASK :marathon-gradle-plugin$DTASK :report:execution-timeline$DTASK :report:html-report$DTASK :analytics:usage$DTASK"
TARGETS=":core$DTASK :vendor:vendor-android$DTASK :marathon-gradle-plugin$DTASK :report:execution-timeline$DTASK :report:html-report$DTASK"

if [ -z "$TRAVIS_TAG" ]; then
echo "not on a tag -> deploy snapshot version"
Expand Down
2 changes: 1 addition & 1 deletion .buildsystem/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cd `dirname $0`/..

TARGETS=""
for i in ":core" ":vendor:vendor-android:base" ":vendor:vendor-android:ddmlib" ":marathon-gradle-plugin" ":report:execution-timeline" ":report:html-report" ":analytics:usage"; do
for i in ":core" ":vendor:vendor-android:base" ":vendor:vendor-android:ddmlib" ":marathon-gradle-plugin" ":report:execution-timeline" ":report:html-report"; do
TARGETS="$TARGETS $i:publishDefaultPublicationToMavenLocal"
done

Expand Down
5 changes: 0 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
analytics: analytics/**/*
core: core/**/*
cli: cli/**/*
report: report/**/*
vendor: vendor/**/*
ios: vendor/vendor-ios/**/*
android: vendor/vendor-android/**/*
gradle-plugin: marathon-gradle-plugin/**/*
sample: sample/**/*
Expand All @@ -15,8 +12,6 @@ build:
git:
- .gitignore
- CODEOWNERS
travis:
- .travis.yml
workflow:
- .github/**/*
ide:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,4 @@ DerivedData
*.ipa
*.xcuserstate
*.profraw
sample/ios-app/Marathondevices
local.properties
33 changes: 0 additions & 33 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[![Build Status](https://travis-ci.org/Malinskiy/marathon.svg?branch=develop)](https://travis-ci.org/Malinskiy/marathon)
[![codecov](https://codecov.io/gh/malinskiy/marathon/branch/develop/graph/badge.svg)](https://codecov.io/gh/malinskiy/marathon)
[![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack&longCache=true&style=flat)](https://bit.ly/2LLghaW)

# Marathon
Cross-platform test runner written for Android and iOS projects
Cross-platform test runner for Android projects

## Main focus
- **stability** of test execution adjusting for flakiness in the environment and in the tests.
Expand Down
11 changes: 0 additions & 11 deletions analytics/usage/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 99fa03f

Please sign in to comment.