From 5c48dccaa6f3a59b2d902d83078338209a243a3e Mon Sep 17 00:00:00 2001 From: Alexis Bridoux Date: Fri, 4 Sep 2020 20:27:25 +0200 Subject: [PATCH] Test codecov --- .github/workflows/swift.yml | 4 +++- README.md | 3 +++ codecov.yml | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 codecov.yml diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 4610129..b920eef 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -12,4 +12,6 @@ jobs: - name: Build run: xcodebuild -scheme Scout - name: Run tests - run: xcodebuild test -scheme Scout \ No newline at end of file + run: xcodebuild test -scheme Scout + - name: Code coverage + run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/README.md b/README.md index 614ab26..396c9e0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Swift package
+ + +
Install
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..62c2903 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,3 @@ +coverage: + ignore: + - "Tests" \ No newline at end of file