Unverified Commit d37bc504 authored by Hong Minhee's avatar Hong Minhee
Browse files

Set up Codecov

parent 5a47bd33
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35,6 +35,10 @@ jobs:
        check_name: "Test Results (Windows)"
        files: .test-report.xml
    - run: deno coverage --lcov .cov > .cov.lcov
    - uses: codecov/codecov-action@v4
      with:
        token: ${{ secrets.CODECOV_TOKEN }}
        file: .cov.lcov

  lint:
    runs-on: ubuntu-latest