Skip to content

Commit

Permalink
Use repository secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Jul 9, 2024
1 parent 7c0cd9e commit f373e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
env:
MPLBACKEND: agg
COVERAGE_RCFILE: ${{ github.workspace }}/.coveragerc
STATIC_MAP_API_KEY: ${{ secrets.STATIC_MAP_API_KEY }}
- name: Upload Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -67,6 +68,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
${{ github.ref_name }}
run: |
pip3 install --upgrade coveralls==3.2.0 &&
coveralls --finish

0 comments on commit f373e11

Please sign in to comment.