diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 4dd3cbe..0000000 --- a/.codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -fixes: - - "/home/travis/build/::" - diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a654d8a..e483ad5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,7 +33,3 @@ jobs: - name: Format if: matrix.os == 'ubuntu-latest' run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi - - - name: Upload coverage to Codecov - if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3