8000 Support GitHub Issues and drop b.p.o by Mariatta · Pull Request #420 · python/bedevere · GitHub
[go: up one dir, main page]

Skip to content

Support GitHub Issues and drop b.p.o #420

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 3 commits into from
Apr 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into use-gh-issues
  • Loading branch information
Mariatta authored Mar 25, 2022
commit cd97d6be08485937d36d8ca055879efd510161e9
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line n 5D99 umber Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: python3 -m pip install coverage -U pip -r dev-requirements.txt
- name: Run Tests
run: pytest --cov --cov-report=xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0