PG-433: Codecov code coverage with PGSM GH repo (#279)

1) Updated code coverage workflow with required changes so that we point to
Codecov onwards for coverage stats.
2) Updated README.md file so that badge for Code Coverage, points to CodeCov
coverage stats for PGSM.
3) Added .DS_STORE to .gitignore file.
This commit is contained in:
Naeem Akhter
2022-07-06 15:32:38 +05:00
committed by GitHub
parent ccd1306ec3
commit 822895a5a4
3 changed files with 19 additions and 16 deletions

5
.gitignore vendored
View File

@@ -51,4 +51,7 @@ Mkfile.old
dkms.conf
## IDE
.idea
.idea
## DS_Store
*.DS_Store