8000 test codecov gha by auvipy · Pull Request #8946 · encode/django-rest-framework · GitHub
[go: up one dir, main page]

Skip to content

test codecov gha #8946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2023
Merged

test codecov gha #8946

merged 1 commit into from
Apr 13, 2023

Conversation

auvipy
Copy link
Member
@auvipy auvipy commented Apr 13, 2023

might need to try part of the following in another PR if needed

  • name: Generate coverage report
    run: |
    pip install pytest
    pip install pytest-cov
    pytest --cov=./ --cov-report=xml
    • name: Upload coverage to Codecov
      uses: codecov/codecov-action@v3
      with:
      token: ${{ secrets.CODECOV_TOKEN }}
      directory: ./coverage/reports/
      env_vars: OS,PYTHON
      fail_ci_if_error: true
      files: ./coverage1.xml,./coverage2.xml,!./cache
      flags: unittests
      name: codecov-umbrella
      verbose: true

@auvipy auvipy marked this pull request as ready for review April 13, 2023 15:48
@auvipy auvipy merged commit 6845228 into master Apr 13, 2023
@auvipy auvipy deleted the codecov branch April 13, 2023 15:48
auvipy added a commit that referenced this pull request Apr 13, 2023
auvipy added a commit that referenced this pull request Apr 15, 2023
auvipy added a commit that referenced this pull request Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0