diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9e830f..5c3c517 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,3 +13,7 @@ jobs: - uses: actions/checkout@master - name: Run Unit Tests run: swift test --enable-code-coverage + - name: Upload coverage to Codecov.io + uses: codecov/codecov-action@v1.0.5 + with: + name: Spin.Swift diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..577ad70 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "Tests/**/*"