Commit 61721711 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 migrate coveralls to codecov

parent 4ea64f28
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -137,11 +137,11 @@ jobs:
      run: DGLBACKEND=pytorch pytest -v --ignore-glob='deepchem/**/test*.py' --doctest-modules deepchem
    - name: PyTest
      shell: bash -l {0}
      run: pytest -v -m "not slow" --cov=deepchem deepchem
    - name: Coveralls
      uses: coverallsapp/github-action@master
      run: pytest -v -m "not slow" --cov=deepchem --cov-report=xml deepchem
    - name: Upload coverage to Codecov
      uses: codecov/codecov-action@v1
      with:
        github-token: ${{ secrets.github_token }}
        file: ./coverage.xml

  deploy:
    if: ${{ github.ref == 'master' }}