Skip to content

Commit 7daeaf8

Browse files
author
Eldi Cano
committed
update workflows
1 parent 4da3be6 commit 7daeaf8

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
push:
1313
branches:
1414
- develop
15-
- feature/release0.1.0
1615
pull_request:
1716
branches:
1817
- develop
@@ -54,7 +53,7 @@ jobs:
5453
- name: Upload coverage to Codecov
5554
uses: codecov/codecov-action@v1
5655
- name: Test Generating Docs
57-
if: ${{ false }} #disabled
56+
if: ${{ false }} # disabled
5857
run: |
5958
xcodebuild docbuild -scheme ApodiniMigrator -destination platform=macOS,arch=x86_64 #-derivedDataPath ./.xcodebuild
6059
cp -r $(find ./.xcodebuild -type d -name '*.doccarchive') ./ApodiniMigrator.doccarchive

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SPDX-License-Identifier: MIT
1717
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/Apodini/ApodiniMigrator/blob/develop/LICENSES)
1818
[![swift-version](https://img.shields.io/badge/Swift-5.5-orange.svg)](https://github.com/apple/swift)
1919
[![REUSE Compliance Check](https://github.com/Apodini/ApodiniMigrator/actions/workflows/reuseaction.yml/badge.svg)](https://github.com/Apodini/ApodiniMigrator/actions/workflows/reuseaction.yml)
20-
[![Build and Test](https://github.com/Apodini/ApodiniMigrator/actions/workflows/swift.yml/badge.svg)](https://github.com/Apodini/ApodiniMigrator/actions/workflows/swift.yml)
20+
[![Build and Test](https://github.com/Apodini/ApodiniMigrator/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/Apodini/ApodiniMigrator/actions/workflows/build-and-test.yml)
2121
[![codecov](https://codecov.io/gh/Apodini/ApodiniMigrator/branch/develop/graph/badge.svg?token=5MMKMPO5NR)](https://codecov.io/gh/Apodini/ApodiniMigrator)
2222

2323
`ApodiniMigrator` is a Swift package that performs several automated tasks, to migrate client applications after a Web Service publishes a new version that contains breaking changes. The tasks include automated generation of an intermediary client library that contains all required components to establish a client-server communication. Furthermore, `ApodiniMigrator` is able to automatically generate a machine-readable migration guide in either `json` or `yaml` format, that describes the changes between two subsequent Web API versions, and includes auxiliary migrating actions. By means of the migration guide, `ApodiniMigrator` can automatically migrate the intermadiary client library, ensuring therefore the compatibility with the new Web API version. It is part of [**Apodini**](https://github.com/Apodini/Apodini), a composable framework to build Web Services in using Swift.

codecov.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
ignore:
1010
- "Tests"
11-
- "CLIOutput"
12-
- "Documents"
13-
- "QONECTIQ"
14-
- "Sources/ApodiniMigratorCore/TypeInformation/Init"
1511

1612
codecov:
1713
require_ci_to_pass: yes

0 commit comments

Comments
 (0)