Skip to content

Commit

Permalink
feat: add code coverage to sanctions
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas committed Nov 20, 2023
1 parent a1524a9 commit 41db887
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
os: [ubuntu-20.04]
python-version: ['3.8']
toxenv: ["py38", "quality", "docs", "pii_check"]
permissions:
# Gives the action the necessary permissions for publishing new
# comments in pull requests.
pull-requests: write
# Gives the action the necessary permissions for pushing data to the
# python-coverage-comment-action branch, and for editing existing
# comments (to avoid publishing multiple comments in the same PR)
contents: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 41db887

Please sign in to comment.