Skip to content
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

remove codacy #66

Merged
merged 2 commits into from
Jun 23, 2021
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
remove codacy
aniketmaurya committed Jun 23, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1b0494d30df66d442276983a4bc4b9447405247d
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -40,11 +40,6 @@ jobs:
coverage report -m
coverage xml
- name: Upload Coverage to Codacy
run: |
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_TOKEN }}
<(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with: