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

README: Fix build status badge #114

Merged
merged 1 commit into from Oct 23, 2023
Merged

README: Fix build status badge #114

merged 1 commit into from Oct 23, 2023

Conversation

abhinav
Copy link
Collaborator

@abhinav abhinav commented Oct 23, 2023

The CI job was renamed to ci.yml in #108
but the README.md was not updated.

Fix the badge URL in the README.

The CI job was renamed to ci.yml in #108
but the README.md was not updated.

Fix the badge URL in the README.
@abhinav abhinav enabled auto-merge (squash) October 23, 2023 12:17
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #114 (25c5bdc) into master (ecabcf9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   98.50%   98.50%           
=======================================
  Files           6        6           
  Lines         334      334           
=======================================
  Hits          329      329           
  Misses          4        4           
  Partials        1        1           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@abhinav abhinav merged commit 66916c2 into master Oct 23, 2023
7 checks passed
@abhinav abhinav deleted the readme-badge branch October 23, 2023 13:48
@mway mway mentioned this pull request Oct 24, 2023
mway added a commit that referenced this pull request Oct 24, 2023
### Fixed
- Built-in ignores now match function names more accurately.
  They will no longer ignore stacks because of file names
  that look similar to function names. (#112)
### Added
- Add an `IgnoreAnyFunction` option to ignore stack traces
  that have the provided function anywhere in the stack. (#113)
- Ignore `testing.runFuzzing` and `testing.runFuzzTests` alongside
  other already-ignored test functions (`testing.RunTests`, etc). (#105)

### Changed
- Miscellaneous CI-related fixes. (#103, #108, #114)

---------

Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants